We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f9af2 commit e38a5f3Copy full SHA for e38a5f3
.github/workflows/default.yml
@@ -43,5 +43,5 @@ jobs:
43
shell: bash
44
45
- name: Run tests
46
- run: opam exec -- dune runtest
+ run: opam exec -- dune build @runtest
47
Makefile
@@ -24,7 +24,7 @@ release:
24
25
.PHONY: test
26
test:
27
- dune runtest
+ dune build @runtest
28
29
# Clean up rule
30
.PHONY: clean
0 commit comments