aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2023-11-06 22:24:02 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2023-11-06 22:24:02 +0100
commit8714fd77a0635eb6804c048372a346487ba9af32 (patch)
tree4cb7e02bc8a8d9dbb55fb24dd460a8422534aedd /.github
parent59675949da61078c67faaaf127c54e89ff37fb52 (diff)
Temporarily disable vendor tests on macOS (botan)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 0 insertions, 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