Skip to content

Commit

Permalink
Don't run tests on Mac which disallow bind()
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Oct 19, 2022
1 parent 100a974 commit f52baaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paf-cohttp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ depends: [
"astring" {with-test}
]
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs] {os != "macos"}
dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git"
2 changes: 1 addition & 1 deletion paf.opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ depends: [
"cstruct" {>= "6.0.0"}
]
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs] {os != "macos"}
dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git"

0 comments on commit f52baaa

Please sign in to comment.