Skip to content

Commit fdb4abd

Browse files
authored
Merge pull request #348 from tmattio/filter-ci-tests
Run unit tests only on latest OCaml version
2 parents aa34fbc + 6fe781e commit fdb4abd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888
run: opam exec -- make fmt
8989

9090
- name: Run OCaml tests
91+
if: matrix.ocaml-version == '4.11.1'
9192
run: opam exec -- make test-ocaml
9293

9394
- name: Run Node tests
95+
if: matrix.ocaml-version == '4.11.1'
9496
run: opam exec -- make test-e2e

0 commit comments

Comments
 (0)