Skip to content

Commit

Permalink
call ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
franneck94 committed Mar 5, 2024
1 parent 78417e8 commit 74a2f40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
- name: testing
run: |
cd build
cd tests
./unit_tests
ctest
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
- name: testing
run: |
cd build
cd tests
./unit_tests
ctest
bash <(curl -s https://codecov.io/bash)
4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ jobs:
- name: testing
run: |
cd build
cd tests
cd Debug
.\unit_tests.exe
ctest

0 comments on commit 74a2f40

Please sign in to comment.