Run tests in CI

This commit is contained in:
Mark Spanbroek 2020-09-08 09:20:24 +02:00 committed by markspanbroek
parent f4d2c114ee
commit 15a631ad9b
1 changed files with 2 additions and 0 deletions

View File

@ -13,3 +13,5 @@ jobs:
- uses: iffy/install-nim@v1.1
- name: Build
run: nimble install -y
- name: Test
run: nimble test -y