Because we're building a library without an executable, 
running `nimble build` doesn't make sense.
This commit is contained in:
Mark Spanbroek 2020-09-03 10:48:09 +02:00
parent 1f4d3993e4
commit 8565ee1124
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ jobs:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v1.1
- name: Build
run: nimble build -y
run: nimble install -y
- name: Test
run: nimble test -y