Skip to content

Commit 137d60b

Browse files
committed
ci: run ctest from the build directory
Tests were not running before, due to being in the parent directory.
1 parent 870f453 commit 137d60b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
sudo make install
4545
- name: test
4646
run: |
47+
cd build
4748
ctest

0 commit comments

Comments
 (0)