We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686c1f7 commit ea39557Copy full SHA for ea39557
.github/workflows/test.yml
@@ -22,4 +22,5 @@ jobs:
22
- name: Build
23
run: opam exec -- dune build -p httpcats
24
- name: Test
25
+ if: runner.os == 'Linux'
26
run: opam exec -- dune runtest -p httpcats
0 commit comments