mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
ci: limit test to 1 process for windows and macos
This commit is contained in:
parent
02224148c6
commit
c7b4c0d0de
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
|
||||
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' }}
|
||||
|
||||
- name: Remove troublesome files for caching on windows
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue