Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamesam committed Apr 10, 2024
1 parent 0fe04bb commit 2c1d044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
# done first.
- name: Build with Valgrind
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build_system == 'autotools' }}
run: ./build-aux/ci_build.sh -b autotools -p build -d sandbox -w "valgrind --trace-children=yes"
run: ./build-aux/ci_build.sh -b autotools -p build -d sandbox
- name: Test with Valgrind
if: ${{ matrix.os == 'ubuntu-latest' && matrix.build_system == 'autotools' }}
run: |
./build-aux/ci_build.sh -b autotools -p test -d sandbox -w "valgrind --trace-children=yes"
./build-aux/ci_build.sh -b autotools -p test -d sandbox -w "valgrind --trace-children=yes --exit-on-first-error=yes --error-exitcode=1"
cat ../xz_build/*/test-suite.log
cd ../xz_build && make distclean
Expand Down

0 comments on commit 2c1d044

Please sign in to comment.