Skip to content

Commit

Permalink
added some prints in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jun 8, 2024
1 parent 2672b0d commit 0d13277
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
GFORTRAN=gfortran-${{matrix.gcc_v}}
GCOV=gcov-${{matrix.gcc_v}}
sudo apt update && sudo apt install -y valgrind
fpm --version
gfortran --version
fpm test "*" --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
- name: Compile_with_cmake
Expand Down

0 comments on commit 0d13277

Please sign in to comment.