mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
Revert "ci: test containers-data on windows and macos"
This reverts commit 75a2f8a325.
This commit is contained in:
parent
72b25cfa29
commit
8d6c7470eb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -67,7 +67,7 @@ jobs:
|
||||||
- run: opam exec -- dune runtest
|
- run: opam exec -- dune runtest
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
|
|
||||||
- run: opam exec -- dune runtest -j 1 -p containers,containers-data # test only core and data on non-ubuntu platform
|
- run: opam exec -- dune runtest -j 1 -p containers # test only core on non-ubuntu platform
|
||||||
if: ${{ matrix.os != 'ubuntu-latest' }}
|
if: ${{ matrix.os != 'ubuntu-latest' }}
|
||||||
|
|
||||||
- name: Remove troublesome files for caching on windows
|
- name: Remove troublesome files for caching on windows
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue