Skip to content

Commit

Permalink
Update CI_test
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 18, 2024
1 parent 549d31f commit 6b6884c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
version: ${{ matrix.toolchain.version }}

- name: Run Tests (Debug)
run: fpm test test1 --profile debug --compiler @${{env.FC}} --flag '-llapack -lblas'
run: fpm test test1 --profile debug --compiler ${{env.FC}} --flag '-llapack -lblas'

- name: Run Tests (Release)
run: fpm test test1 --profile release --compiler @${{env.FC}} --flag '-llapack -lblas'
run: fpm test test1 --profile release --compiler ${{env.FC}} --flag '-llapack -lblas'

0 comments on commit 6b6884c

Please sign in to comment.