mirror of
https://github.com/status-im/asynctest.git
synced 2025-02-16 14:58:06 +00:00
Run CI also on older version of Nim
This commit is contained in:
parent
deab7f9b5c
commit
3882ed64ed
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -7,9 +7,12 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
nim: [stable, 1.2.6]
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: iffy/install-nim@v3
|
||||
with:
|
||||
version: ${{ matrix.nim }}
|
||||
- name: Test
|
||||
run: nimble test -y
|
||||
|
Loading…
x
Reference in New Issue
Block a user