Skip to content

Commit

Permalink
Split off AOCC CMake parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Robinson committed Aug 23, 2024
1 parent f6c4c9a commit 9832025
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/aocc-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,10 @@ jobs:
shell: bash
run: |
ctest . -E MPI_TEST --parallel 2 -C ${{ inputs.build_mode }} -V
working-directory: ${{ runner.workspace }}/build

- name: CMake Run Parallel Tests
shell: bash
run: |
ctest . -R MPI_TEST -C ${{ inputs.build_mode }} -V
working-directory: ${{ runner.workspace }}/build

0 comments on commit 9832025

Please sign in to comment.