Skip to content

Commit 346af35

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 879ecb3 commit 346af35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)