Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Jun 13, 2024
1 parent 40de0a4 commit a825ec3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,17 @@ jobs:
- run: opam install lwt_ppx lwt_ppx_let --deps-only --with-test
if: ${{ matrix.ppx == true }}

- run: opam exec -- dune build --only-packages lwt_react,lwt
- run: dune build --only-packages lwt_react,lwt

- run: opam exec -- dune build --only-packages lwt_ppx
- run: dune build --only-packages lwt_ppx
if: ${{ matrix.ppx == true }}

- run: opam exec -- dune runtest --only-packages lwt_react,lwt
- run: dune runtest --only-packages lwt_react,lwt

- run: opam exec -- dune runtest --only-packages lwt_ppx
- run: dune runtest --only-packages lwt_ppx
if: ${{ matrix.ppx == true }}

- run: opam exec -- make ppx_let-test
- run: make ppx_let-test
if: ${{ matrix.ppx == true }}

lint-opam:
Expand Down

0 comments on commit a825ec3

Please sign in to comment.