CI: Disable Valgrind test for now

This test has consistently failed for months as it takes too long.

While it should be looked into its not helpful to show CI as always failing either.
This commit is contained in:
Patrick
2022-12-04 19:15:47 -06:00
committed by Simon McVittie
parent 16707a1937
commit 8daa975ab3

View File

@@ -216,6 +216,7 @@ jobs:
name: Run tests in valgrind
needs: check # Don't run expensive test if main check fails
runs-on: ubuntu-20.04 # Might as well test with a different one too
if: ${{ false }} # Currently Valgrind takes too long and always fails
steps:
- name: Install Dependencies
run: |