Disable tests on MacOS (@kit-ty-kate)

This commit is contained in:
Romain Calascibetta 2022-11-03 12:40:47 +01:00
parent 59b872bf2b
commit d2de9c5982

View file

@ -33,7 +33,7 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@runtest" {with-test & os != "macos"} # macOS is disabled due to restrictions in sandbox-exec
"@doc" {with-doc}
]
]