Skip to content

Commit

Permalink
run tests with trunk
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Elliot <[email protected]>
  • Loading branch information
panglesd committed Dec 15, 2023
1 parent 40e76ae commit 2b78eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install ppxlib dependencies
run: |
opam install ./ppxlib.opam --deps-only
opam install ./ppxlib.opam --deps-only --with-test
- name: Show configuration
run: |
Expand All @@ -42,4 +42,4 @@ jobs:
opam list
- name: Build the ppxlib
run: opam exec -- dune build -p ppxlib
run: opam exec -- dune test -p ppxlib

0 comments on commit 2b78eb7

Please sign in to comment.