Skip to content

Commit

Permalink
fixing...
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Mar 6, 2024
1 parent f00f224 commit dccc78a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
run: opam exec -- dune build @install

- name: Run tests
run: opam exec -- dune runtest -j 1 --no-buffer -p owl
# installing owl-base is a temp hack due to some unknown error in testing
run: |
opam install owl-base
opam exec -- dune runtest -j 1 --no-buffer -p owl
- name: Build doc
run: |
Expand Down

0 comments on commit dccc78a

Please sign in to comment.