Revert "ci: test containers-data on windows and macos"

This reverts commit 75a2f8a325.
This commit is contained in:
Fardale 2021-04-04 23:39:48 +02:00
parent 72b25cfa29
commit 8d6c7470eb

View file

@ -67,7 +67,7 @@ jobs:
- run: opam exec -- dune runtest
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' }}
- name: Remove troublesome files for caching on windows