Skip to content

Commit

Permalink
Merge pull request #80 from kousuke-nakano/devel-#79
Browse files Browse the repository at this point in the history
Disabled the parallel ctest in the GitHub actions.
  • Loading branch information
kousuke-nakano authored Sep 14, 2023
2 parents d8d9e6e + ca28610 commit 9334dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/turborvb-linter-build-test-gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Test TurboRVB with ctest both serial and parallel versions
run: |
ctest --test-dir build --output-on-failure -j 2
ctest --test-dir build --output-on-failure
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
- name: Test TurboRVB with ctest both serial and parallel versions
run: |
ctest --test-dir build --output-on-failure -j 2
ctest --test-dir build --output-on-failure

0 comments on commit 9334dfb

Please sign in to comment.