Skip to content

Commit

Permalink
Randomize test execution order to increase bug detection
Browse files Browse the repository at this point in the history
  • Loading branch information
keryell committed Mar 6, 2024
1 parent 5d9ba80 commit 17773f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ jobs:
run: |
# Request unlimited stack size needed for some tests
ulimit -s unlimited
ctest --label-exclude GUI --test-dir ${{github.workspace}}/build --build-config ${{env.BUILD_TYPE}}
ctest --label-exclude GUI --schedule-random -test-dir ${{github.workspace}}/build --build-config ${{env.BUILD_TYPE}}

0 comments on commit 17773f3

Please sign in to comment.