Skip to content

Commit

Permalink
ci: select proper test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Jul 21, 2021
1 parent 8400b64 commit 269d762
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake-ci.yml
Expand Up @@ -77,7 +77,11 @@ jobs:
working-directory: "${{ github.workspace }}/_build"

- name: "Test Release"
run: ctest -C Debug -V -LE Benchmark
run: ctest -C Release -V -LE Benchmark
working-directory: "${{ github.workspace }}/_build"

- name: "Run Benchmark"
run: ctest -C Release -V -L Benchmark
working-directory: "${{ github.workspace }}/_build"

- name: "Install Debug"
Expand Down

0 comments on commit 269d762

Please sign in to comment.