Skip to content

Commit

Permalink
ci: compile in Debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Dec 6, 2023
1 parent 8269215 commit f80e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/header-only-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Run CMake
run: |
cmake -B build -S header-only -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=bin -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=ON
cmake -B build -S header-only -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=bin -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON
cmake --build build/
- name: Run tests
Expand Down

0 comments on commit f80e859

Please sign in to comment.