ci: limit test to 1 process for windows and macos

This commit is contained in:
Fardale 2021-04-03 12:37:11 +02:00
parent 02224148c6
commit c7b4c0d0de

View file

@ -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 -p containers # test only core 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