Disable asm tests in CI

This commit is contained in:
Guillaume Gomez 2022-10-24 16:47:55 +02:00
parent 994a669e26
commit 78f960be32

View File

@ -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",