Skip to content

Commit

Permalink
Update test rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Mar 8, 2024
1 parent 09f9af2 commit e38a5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
shell: bash

- name: Run tests
run: opam exec -- dune runtest
run: opam exec -- dune build @runtest
shell: bash
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ release:

.PHONY: test
test:
dune runtest
dune build @runtest

# Clean up rule
.PHONY: clean
Expand Down

0 comments on commit e38a5f3

Please sign in to comment.