From 919bf5f88f6f7cf3a77acf6bfbf3be3f522d7845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20B=C3=BChler?= Date: Tue, 12 Dec 2023 21:23:57 +0100 Subject: [PATCH] exclude valgrind when testing nss looks like the issues with nss and glib referenced in 07ca6ad289f7d5384f39265e1d5118881e1a375d is still present --- .github/workflows/autotools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 23aa469e3..209882496 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -54,5 +54,5 @@ jobs: run: make runtest - name: Test Valgrind - if: matrix.os == 'ubuntu-latest' + if: matrix.os == 'ubuntu-latest' && matrix.crypto != 'nss' run: make runtest-valgrind