Skip to content

Commit

Permalink
Update CI_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Dec 28, 2023
1 parent efc1ff4 commit ad2958f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ jobs:
version: ${{ matrix.toolchain.version }}

- name: Run demo (Debug)
run: fpm example --demo --profile debug --compiler ${{ env.FC}}
run: fpm run --example demo --profile debug --compiler ${{ env.FC}}
env:
FC: ${{ steps.setup-fortran.outputs.fc }}

- name: Run demo (Release)
run: fpm run --example demo --profile release --compiler ${{ env.FC}}
env:
FC: ${{ steps.setup-fortran.outputs.fc }}
FC: ${{ steps.setup-fortran.outputs.fc }}

- name: Plot results
run: python results/plot.py demo.data

0 comments on commit ad2958f

Please sign in to comment.