Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpknu authored Oct 22, 2024
1 parent 1cd3280 commit 5a577d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: opam install . --deps-only --with-test
- run: opam install zanuda
- run: opam install ounit2

- run: rm -rf _build
- run: opam exec -- dune build @fmt @check @runtest -j3
- run: opam exec -- dune runtest
- run: opam exec -- zanuda -no-top_file_license -no-check-filesystem -dir .

0 comments on commit 5a577d7

Please sign in to comment.