Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed May 5, 2020
1 parent ddbfccc commit c142f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: opam exec -- dune build -p conduit,conduit-tls,conduit-lwt,conduit-lwt-unix,conduit-mirage
- name: Test (Windows)
if: runner.os == 'Windows'
run: opam exec -- dune runtest -p conduit-lwt-unix --no-buffer --verbose -j 1
run: opam exec -- dune runtest -p conduit,conduit-lwt,conduit-lwt-unix --no-buffer --verbose -j 1
- name: Build
if: runner.os != 'Windows'
run: opam exec -- dune build
Expand Down

0 comments on commit c142f68

Please sign in to comment.