From 534078837079d585c2a55c0271bc753be4aff721 Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Thu, 19 Sep 2024 15:46:49 -0700 Subject: [PATCH] exclude musl regression test on macos --- .github/workflows/macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 41de67630..e3a7f4f65 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -131,7 +131,7 @@ jobs: - name: Run Tests run: | ulimit -n 10000 - cabal run tests -- --hide-successes + cabal run tests -- --hide-successes -p '!/chainweb216Test/' # Checks - name: Check that working directory tree is clean