this repo has no description

Skip tests on x86_32 only

Changed files
+1 -1
packages
togglelog
togglelog.0.1.0
+1 -1
packages/togglelog/togglelog.0.1.0/opam
···
"-j"
jobs
"@install"
-
"@runtest" {with-test}
+
"@runtest" {with-test & arch != "x86_32" }
"@doc" {with-doc}
]
]