Skip to content

Commit

Permalink
Update CI-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamHerts authored May 20, 2024
1 parent 8221e5c commit 03a4235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: cd tests/ && cmake -S . -B bin/Debug -DCMAKE_BUILD_TYPE=Debug

- name: Run Make
run: cmake --build bin/Debug --clean-first
run: cmake --build tests/bin/Debug --clean-first

- name: Run Tests
run: GTest_Run --gtest_color=no

0 comments on commit 03a4235

Please sign in to comment.