From 8714fd77a0635eb6804c048372a346487ba9af32 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Mon, 6 Nov 2023 22:24:02 +0100 Subject: [PATCH] Temporarily disable vendor tests on macOS (botan) --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60e3e94d2..aacaf427d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,11 +87,6 @@ jobs: cd tests/core make timeout-minutes: 10 - - name: Vendor library tests - run: | - cd tests/vendor - make - timeout-minutes: 10 - name: Odin internals tests run: | cd tests/internal