Skip to content

Commit

Permalink
ci: run ctest from the build directory
Browse files Browse the repository at this point in the history
Tests were not running before, due to being in the parent directory.
  • Loading branch information
dleeds-cpi committed Feb 21, 2021
1 parent 870f453 commit 137d60b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
sudo make install
- name: test
run: |
cd build
ctest

0 comments on commit 137d60b

Please sign in to comment.