Skip to content

Commit

Permalink
fix no test found error
Browse files Browse the repository at this point in the history
  • Loading branch information
farukeryilmaz committed Dec 6, 2023
1 parent 7729377 commit cbd5425
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/platform_gnu_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Configure
run: cmake -S . -B build
- name: Build
run: cd build && cmake --build .
run: cmake --build build
- name: Run tests
run: ctest
run: |
cd build
ctest

0 comments on commit cbd5425

Please sign in to comment.