Disable tests on MacOS (@kit-ty-kate)
This commit is contained in:
parent
59b872bf2b
commit
d2de9c5982
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ build: [
|
||||||
"-j"
|
"-j"
|
||||||
jobs
|
jobs
|
||||||
"@install"
|
"@install"
|
||||||
"@runtest" {with-test}
|
"@runtest" {with-test & os != "macos"} # macOS is disabled due to restrictions in sandbox-exec
|
||||||
"@doc" {with-doc}
|
"@doc" {with-doc}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue