Add test workflow

This commit is contained in:
2019-11-20 21:50:40 +01:00
parent d8c2cde120
commit da387d2d8a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Test Build
name: Tests
on: [push]
@@ -22,5 +22,4 @@ jobs:
path: ~/.nimble
key: ${{ runner.os }}-nimble-stable
- uses: jiro4989/setup-nim-action@v1.0.1
- run: nimble build -Y
- run: nimble test -Y