Skip to content

Commit

Permalink
Run Bonsai test with profile release as well
Browse files Browse the repository at this point in the history
So that we test whole-program compilation a bit.
  • Loading branch information
vouillon committed Oct 30, 2024
1 parent ba44373 commit d6b458d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-wasm_of_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,8 @@ jobs:
if: ${{ matrix.ocaml-compiler < '5.' }}
working-directory: ./jane-street/lib/bonsai
run: opam exec -- dune runtest

- name: Run Bonsai tests (release profile)
if: ${{ matrix.ocaml-compiler < '5.' }}
working-directory: ./jane-street/lib/bonsai
run: opam exec -- dune runtest --profile release

0 comments on commit d6b458d

Please sign in to comment.