Skip to content

Commit

Permalink
Removed tests from CI_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Dec 10, 2023
1 parent 34d17a0 commit b3f340c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}

- name: Run Tests
run: fpm test @${{ env.FC}}-test
env:
FC: ${{ steps.setup-fortran.outputs.fc }}
# - name: Run Tests
# run: fpm test @${{ env.FC}}-test
# env:
# FC: ${{ steps.setup-fortran.outputs.fc }}

- name: Run Tests (USE_COARRAY)
run: fpm test @${{ env.FC}}-test-coarray
env:
FC: ${{ steps.setup-fortran.outputs.fc }}
# - name: Run Tests (USE_COARRAY)
# run: fpm test @${{ env.FC}}-test-coarray
# env:
# FC: ${{ steps.setup-fortran.outputs.fc }}

0 comments on commit b3f340c

Please sign in to comment.