mirror of
https://github.com/codex-storage/nim-leopard.git
synced 2025-02-12 02:46:50 +00:00
fix test.yml, change version matrix to 1.6 and 2.0
This commit is contained in:
parent
953455796b
commit
9b6a047864
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -1,12 +1,7 @@
|
|||||||
@@ -1,155 +1,28 @@
|
|
||||||
name: Tests
|
name: Tests
|
||||||
|
|
||||||
on: [pull_request, push]
|
on: [pull_request, push]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
env:
|
env:
|
||||||
@ -15,7 +10,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
cache_nonce: [ 1 ]
|
cache_nonce: [ 1 ]
|
||||||
nim_version: [ 1.6.6 ]
|
nim_version: [ 1.6, 2.0 ]
|
||||||
platform:
|
platform:
|
||||||
- {
|
- {
|
||||||
icon: 🐧,
|
icon: 🐧,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user