Skip to content

Commit

Permalink
exclude valgrind when testing nss
Browse files Browse the repository at this point in the history
looks like the issues with nss and glib referenced in 07ca6ad is still present
  • Loading branch information
pabuhler authored Dec 12, 2023
1 parent 68ac955 commit 919bf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 919bf5f

Please sign in to comment.