Skip to content

Commit

Permalink
Add test for dune-cache
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Mar 28, 2021
1 parent ea33eb5 commit 7ff6869
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,18 @@ jobs:
- ubuntu-latest
ocaml-version:
- ocaml-base-compiler.4.12.0
dune-cache:
- false
include:
- os: ubuntu-latest
ocaml-version: ocaml-base-compiler.4.12.0
dune-cache: true
- os: ubuntu-latest
ocaml-version: ocaml-variants.4.12.0+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static
dune-cache: false
- os: windows-latest
ocaml-version: ocaml-variants.4.12.0+mingw64c
dune-cache: false

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -65,5 +72,6 @@ jobs:
uses: ./
with:
ocaml-version: ${{ matrix.ocaml-version }}
dune-cache: ${{ matrix.dune-cache }}

- run: opam depext uri --install

0 comments on commit 7ff6869

Please sign in to comment.