Skip to content

Commit

Permalink
Update building gsad during test runs in CI
Browse files Browse the repository at this point in the history
Building is already triggered when the tests should be run. Just remove
the unnecessary cmake command.
  • Loading branch information
bjoernricks committed Jan 20, 2025
1 parent 5da4021 commit 4fb1a6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- name: Configure and compile gsad
run: |
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=1 -DENABLE_COVERAGE=1 .
cmake --build build
- name: Configure and run tests
run: CTEST_OUTPUT_ON_FAILURE=1 cmake --build build -- tests test
- name: Upload test coverage to Codecov
Expand Down

0 comments on commit 4fb1a6a

Please sign in to comment.