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 <peada@free.fr>
  • Loading branch information
panglesd committed Dec 8, 2023
1 parent fe72922 commit 43a59ee
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 43a59ee

Please sign in to comment.