Add test workflow
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Test Build
|
name: Tests
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
@@ -22,5 +22,4 @@ jobs:
|
|||||||
path: ~/.nimble
|
path: ~/.nimble
|
||||||
key: ${{ runner.os }}-nimble-stable
|
key: ${{ runner.os }}-nimble-stable
|
||||||
- uses: jiro4989/setup-nim-action@v1.0.1
|
- uses: jiro4989/setup-nim-action@v1.0.1
|
||||||
- run: nimble build -Y
|
|
||||||
- run: nimble test -Y
|
- run: nimble test -Y
|
||||||
|
|||||||
Reference in New Issue
Block a user