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 6528a75 commit e0de08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@v4

- name: Configure CMAKE
run: cmake -S . -B bin/Debug -DCMAKE_BUILD_TYPE=Debug
run: tests/cmake -S . -B bin/Debug -DCMAKE_BUILD_TYPE=Debug

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

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

0 comments on commit e0de08b

Please sign in to comment.