Temporarily change GitHub Actions to use Valgrind, to debug CI-only failures.

pull/13171/head
Joshua Haberman 3 years ago
parent d2e408ebc4
commit 2734519115
  1. 2
      .github/workflows/bazel_tests.yml

@ -33,4 +33,4 @@ jobs:
run: sudo apt install -y ${{ matrix.install }}
if: matrix.install != ''
- name: Run tests
run: cd ${{ github.workspace }} && PATH=/tmp/venv/bin:$PATH CC=${{ matrix.CC }} bazel test --test_output=errors ... ${{ matrix.flags }}
run: cd ${{ github.workspace }} && PATH=/tmp/venv/bin:$PATH CC=${{ matrix.CC }} bazel test --test_output=errors --config=valgrind python:minimal_test ${{ matrix.flags }}

Loading…
Cancel
Save