Skip to content

Commit

Permalink
fix unittest build job
Browse files Browse the repository at this point in the history
  • Loading branch information
ztnel committed Mar 27, 2024
1 parent d6945f4 commit bc3af9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
- name: build unittests
run: |
mkdir $GITHUB_WORKSPACE/tests/unit/build
cmake tests/unit/build
cmake --build tests/unit/build
- name: run unittests
run: ctest --test-dir tests/unit/build

0 comments on commit bc3af9f

Please sign in to comment.