Skip to content

update nim tests version to support 2.2.0 #4

update nim tests version to support 2.2.0

update nim tests version to support 2.2.0 #4

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
nim-versions: ['1.0.0', '1.6.6', 'stable']
steps:
- uses: actions/checkout@v4
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: ${{ matrix.nim-versions }}
- run: nimble test -y