From 23de415961950e4e0ee3d037517d7194170d458e Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 25 Jan 2025 22:52:17 +0100 Subject: [PATCH] Remove: if: matrix.compiler == 'clang' --- .github/workflows/unit-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 99b7070..4cc2dcf 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -39,5 +39,4 @@ jobs: # locally or in github actions. They work fine from the CLI, but # for now turn them off in CI. - name: make check # unit and compatibility tests - if: matrix.compiler == 'clang' run: make check