Skip to content

Merge branch 'release/0.7.1' #115

Merge branch 'release/0.7.1'

Merge branch 'release/0.7.1' #115

Workflow file for this run

name: test
on:
push:
branches:
- main
- develop
paths-ignore:
- "README.*"
- "COPYING"
- "*.png"
pull_request:
paths-ignore:
- "README.*"
- "COPYING"
- "*.png"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
nim-version: ["2.0.0", "stable"]
steps:
- uses: actions/checkout@v2
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim-version }}
- run: nimble install -Y
- run: nimble tests