Skip to content

Commit

Permalink
set OMP_NUM_THREADS=1 for ctest in auto test
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jul 22, 2023
1 parent 4495f6e commit 7768421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: ctest
working-directory: ${{runner.workspace}}/build
shell: bash
run: ctest -V
run: OMP_NUM_THREADS=1 ctest -V
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
- name: ctest
working-directory: ${{runner.workspace}}/build
shell: bash
run: ctest -V
run: OMP_NUM_THREADS=1 ctest -V

0 comments on commit 7768421

Please sign in to comment.