Skip to content

Commit 7e35163

Browse files
authored
Skip tests on x86_32 only
1 parent b5c6cdf commit 7e35163

File tree

1 file changed

+1
-1
lines changed
  • packages/togglelog/togglelog.0.1.0

1 file changed

+1
-1
lines changed

packages/togglelog/togglelog.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build: [
2222
"-j"
2323
jobs
2424
"@install"
25-
"@runtest" {with-test}
25+
"@runtest" {with-test & arch != "x86_32" }
2626
"@doc" {with-doc}
2727
]
2828
]

0 commit comments

Comments
 (0)