Disable asm tests in CI
This commit is contained in:
parent
994a669e26
commit
78f960be32
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -25,7 +25,8 @@ jobs:
|
|||
commands: [
|
||||
"--mini-tests",
|
||||
"--std-tests",
|
||||
"--asm-tests",
|
||||
# FIXME: re-enable asm tests when GCC can emit in the right syntax.
|
||||
# "--asm-tests",
|
||||
"--test-libcore",
|
||||
"--extended-rand-tests",
|
||||
"--extended-regex-example-tests",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue