mirror of https://github.com/vacp2p/nim-quic.git
Run CI for both Nim 1.2.6 and latest
This commit is contained in:
parent
8f1010d413
commit
d5766001d8
|
@ -9,9 +9,12 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||
nim: [1.2.6, stable]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: iffy/install-nim@v3
|
||||
with:
|
||||
version: ${{ matrix.nim }}
|
||||
- name: Build
|
||||
run: nimble install -y
|
||||
- name: Test
|
||||
|
|
Loading…
Reference in New Issue