diff options
| author | ruki <[email protected]> | 2021-01-20 23:51:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-01-20 23:51:45 +0800 |
| commit | 0a75a39dfc92da98cc370c47b1a857674db0a5cb (patch) | |
| tree | cc1fabbbe9804f3b0d441b780182dd8ddd451d77 /tests/projects/rust/console/test.lua | |
| parent | d6566697b3157372e5ceecdcbf28f55c9739533f (diff) | |
disable some tests for silicon
Diffstat (limited to 'tests/projects/rust/console/test.lua')
| -rw-r--r-- | tests/projects/rust/console/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/rust/console/test.lua b/tests/projects/rust/console/test.lua index c1bac30ee..92168a8c1 100644 --- a/tests/projects/rust/console/test.lua +++ b/tests/projects/rust/console/test.lua @@ -2,7 +2,7 @@ function main(t) -- build project - if os.host() == "macosx" then + if is_host("macosx") and os.arch() ~= "arm64" then t:build() else return t:skip("wrong host platform") |
