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] 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

View File

@@ -1,2 +1,3 @@
# libmttt # libmttt
![](https://github.com/luxick/libmttt/workflows/Tests/badge.svg)
Game logic library for meta tic tac toe Game logic library for meta tic tac toe