Fix unittest execution
parent
cdc580b947
commit
6bae5e2a40
|
@ -41,4 +41,6 @@ jobs:
|
|||
- name: build
|
||||
run: cmake --build .
|
||||
- name: test
|
||||
run: cd bin && ./unit
|
||||
run: |
|
||||
cd bin
|
||||
.\unit
|
||||
|
|
Loading…
Reference in New Issue