Fix unittest execution

pull/3098/head
Kim Kulling 2020-03-30 20:44:16 +02:00 committed by GitHub
parent cdc580b947
commit 6bae5e2a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -41,4 +41,6 @@ jobs:
- name: build
run: cmake --build .
- name: test
run: cd bin && ./unit
run: |
cd bin
.\unit