diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-11-06 22:24:02 +0100 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2023-11-06 22:24:02 +0100 |
| commit | 8714fd77a0635eb6804c048372a346487ba9af32 (patch) | |
| tree | 4cb7e02bc8a8d9dbb55fb24dd460a8422534aedd /.github | |
| parent | 59675949da61078c67faaaf127c54e89ff37fb52 (diff) | |
Temporarily disable vendor tests on macOS (botan)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
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 |