Skip to content

Commit 994a669

Browse files
Make the asm test suite run on its own
1 parent f150ab3 commit 994a669

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
@@ -24,7 +24,8 @@ jobs:
2424
- { gcc: "libgccjit12.so", extra: "--no-default-features", artifacts_branch: "gcc12" }
2525
commands: [
2626
"--mini-tests",
27-
"--std-tests --asm-tests",
27+
"--std-tests",
28+
"--asm-tests",
2829
"--test-libcore",
2930
"--extended-rand-tests",
3031
"--extended-regex-example-tests",

0 commit comments

Comments
 (0)