Skip to content

Commit e38a5f3

Browse files
committed
Update test rule
1 parent 09f9af2 commit e38a5f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
shell: bash
4444

4545
- name: Run tests
46-
run: opam exec -- dune runtest
46+
run: opam exec -- dune build @runtest
4747
shell: bash

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ release:
2424

2525
.PHONY: test
2626
test:
27-
dune runtest
27+
dune build @runtest
2828

2929
# Clean up rule
3030
.PHONY: clean

0 commit comments

Comments
 (0)