Skip to content

Commit 6e6154a

Browse files
committed
build: run tests with valgrind for default builds
Let's try to catch memory leaks early by enabling the default builds to run their tests with valgrind enabled. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 87cde0d commit 6e6154a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- name: build
2424
run: |
25-
scripts/build.sh -b ${{ matrix.buildtype }} -c ${{ matrix.compiler }}
25+
scripts/build.sh -b ${{ matrix.buildtype }} -c ${{ matrix.compiler }} -x
2626
- uses: actions/upload-artifact@v4
2727
name: upload logs
2828
if: failure()

0 commit comments

Comments
 (0)