mirror of
https://github.com/status-im/asynctest.git
synced 2025-02-19 16:24:18 +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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
nim: [stable, 1.2.6]
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: iffy/install-nim@v3
|
- uses: iffy/install-nim@v3
|
||||||
|
with:
|
||||||
|
version: ${{ matrix.nim }}
|
||||||
- name: Test
|
- name: Test
|
||||||
run: nimble test -y
|
run: nimble test -y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user