Skip to content

Commit

Permalink
using release build for faster test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelrahim-hentabli committed Apr 29, 2024
1 parent b9702e3 commit dc0793b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
execute_install_scripts: true
- name: CMake config & build
run: |
cmake -B build .
cmake -B build -DCMAKE_BUILD_TYPE=Release .
cmake --build build --parallel 4
- name: Run test
run: ./build/tools/test/tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pcm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
execute_install_scripts: true
- name: CMake config & build
run: |
cmake -B build .
cmake -B build -DCMAKE_BUILD_TYPE=Release .
cmake --build build --parallel 4
- name: Run test
run: ./build/tools/test/tests

0 comments on commit dc0793b

Please sign in to comment.