Skip to content

Commit

Permalink
ci/coverage: use trace (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers authored Oct 4, 2023
1 parent 70600fa commit 1906030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: make
run: |
cmake -B build -DCMAKE_C_FLAGS="--coverage" -DCMAKE_EXE_LINKER_FLAGS="--coverage"
cmake -B build -DCMAKE_C_FLAGS="--coverage" -DCMAKE_EXE_LINKER_FLAGS="--coverage" -DUSE_TRACE=ON
cmake --build build -j -t retest
- name: retest
Expand Down

0 comments on commit 1906030

Please sign in to comment.