We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87dc61 commit f9876e8Copy full SHA for f9876e8
.github/workflows/test.yml
@@ -19,13 +19,11 @@ jobs:
19
20
steps:
21
- name: Checkout code
22
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
23
- name: Use OCaml ${{ matrix.ocaml-version }}
24
- uses: avsm/setup-ocaml@v1
+ uses: ocaml/setup-ocaml@v3
25
with:
26
- ocaml-version: ${{ matrix.ocaml-version }}
27
- - run: opam pin add . --no-action
28
- - run: opam depext irmin-watcher --yes --with-doc --with-test
+ ocaml-compiler: ${{ matrix.ocaml-version }}
29
- run: opam install . --deps-only --with-doc --with-test
30
- run: opam exec -- dune build
31
- run: opam exec -- dune runtest
0 commit comments