Skip to content

Commit aa6646d

Browse files
committed
corrected CWD for test.exe
1 parent 4a55e30 commit aa6646d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
- name: Run tests
3030
run: |
3131
cd build
32-
ctest
32+
ctest --output-on-failure
33+
cd ../test
34+
./test_exe

0 commit comments

Comments
 (0)