Skip to content

Commit 78f960b

Browse files
Disable asm tests in CI
1 parent 994a669 commit 78f960b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
commands: [
2626
"--mini-tests",
2727
"--std-tests",
28-
"--asm-tests",
28+
# FIXME: re-enable asm tests when GCC can emit in the right syntax.
29+
# "--asm-tests",
2930
"--test-libcore",
3031
"--extended-rand-tests",
3132
"--extended-regex-example-tests",

0 commit comments

Comments
 (0)