Skip to content

Commit

Permalink
Add Fortran testing to NVHPC
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Aug 26, 2024
1 parent 022390a commit 34058e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nvhpc-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
cd test && make check -j2 && cd ..
cd tools && make check -j2 && cd ..
cd hl && make check -j2 && cd ..
cd fortran && make check -j2 && cd ..
working-directory: ${{ runner.workspace }}/build

- name: Autotools Run Parallel Tests
Expand Down

0 comments on commit 34058e8

Please sign in to comment.