mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
chore: github actions: only run tests on linux
This commit is contained in:
parent
aba959aa89
commit
fa1f6170d1
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -16,5 +16,9 @@ jobs:
|
|||
- run: opam pin -n .
|
||||
- run: opam depext -yt containers containers-data containers-thread
|
||||
- run: opam install -t . --deps-only
|
||||
if: ${{ job.os == 'Linux' }}
|
||||
- run: opam install . --deps-only # no test deps
|
||||
if: ${{ job.os != 'Linux' }}
|
||||
- run: opam exec -- dune build
|
||||
- run: opam exec -- dune runtest
|
||||
if: ${{ job.os == 'Linux' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue