Skip to content

Commit 6f5106d

Browse files
authored
Apply suggestions from code review
1 parent 7122bf6 commit 6f5106d

File tree

1 file changed

+2
-2
lines changed
  • packages/parany/parany.13.0.1

1 file changed

+2
-2
lines changed

packages/parany/parany.13.0.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ depends: [
1212
]
1313
build: [
1414
["dune" "build" "-p" name "-j" jobs]
15-
["dune" "build" "-p" name "-j" jobs "src/test.exe"] {with-test}
16-
["./test.sh"] {with-test}
15+
["dune" "build" "-p" name "-j" jobs "src/test.exe"] {with-test & os-distribution != "alpine"}
16+
["./test.sh"] {with-test & os-distribution != "alpine"}
1717
]
1818
synopsis: "Parallelize any computation"
1919
description: """

0 commit comments

Comments
 (0)