Disable asm tests in CI
This commit is contained in:
parent
994a669e26
commit
78f960be32
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -25,7 +25,8 @@ jobs:
|
|||||||
commands: [
|
commands: [
|
||||||
"--mini-tests",
|
"--mini-tests",
|
||||||
"--std-tests",
|
"--std-tests",
|
||||||
"--asm-tests",
|
# FIXME: re-enable asm tests when GCC can emit in the right syntax.
|
||||||
|
# "--asm-tests",
|
||||||
"--test-libcore",
|
"--test-libcore",
|
||||||
"--extended-rand-tests",
|
"--extended-rand-tests",
|
||||||
"--extended-regex-example-tests",
|
"--extended-regex-example-tests",
|
||||||
|
Loading…
Reference in New Issue
Block a user