Skip to content

Commit

Permalink
ci:valgrind: skip some tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 21, 2024
1 parent de51391 commit 2732299
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:


valgrind-memory:
runs-on: ubuntu-latest
needs: linux-gcc9
runs-on: ubuntu-24.04
needs: linux-gcc14
timeout-minutes: 10

env:
FC: gfortran-12
FC: gfortran-13

steps:
- name: install valgrind
Expand All @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v4

- run: ctest -S memcheck.cmake -VV -E "Fortran_nano_sleep|string_array"
- run: ctest -S memcheck.cmake -VV -E "sleep|string_array|string_view|binding_derived"


linux-flang:
Expand Down

0 comments on commit 2732299

Please sign in to comment.