Skip to content

Commit

Permalink
Use a matrix for nightly valgrind (Take 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Oct 30, 2024
1 parent 5177604 commit a2eaafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ jobs:
echo "VALGRIND_TARGET=valgrind" >> $GITHUB_ENV
else
echo "VALGRIND_TARGET=valgrind-full" >> $GITHUB_ENV
fi
- name: Valgrind Checks
run: python3 ./src/scripts/ci_build.py --make-tool=make --cc=${{ matrix.compiler }} --custom-optimization-flags="${{ matrix.cxxflags }}" ${{ env.VALGRIND_TARGET }}
Expand Down

0 comments on commit a2eaafc

Please sign in to comment.