We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a1c87 commit f4cf3c9Copy full SHA for f4cf3c9
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
run: opam exec -- dune build @install
57
58
- name: Run tests
59
- run: opam exec -- dune test
+ run: opam exec -- make test
60
61
# - name: Format code
62
# run: opam exec -- dune build --auto-promote @fmt
.github/workflows/debug-ci.yml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
- name: Format code
55
run: opam exec -- dune build --auto-promote @fmt
0 commit comments