Skip to content

Commit

Permalink
Add the backtrace for our tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Jul 22, 2024
1 parent 7c78bae commit f2246d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build
- run: |
chcp 65001
echo "OCAMLRUNPARAM=b" >> $env:GITHUB_ENV
- run: opam exec -- dune runtest

0 comments on commit f2246d9

Please sign in to comment.