Make the asm test suite run on its own

This commit is contained in:
Guillaume Gomez 2022-10-18 23:35:47 +02:00
parent f150ab3277
commit 994a669e26

View file

@ -24,7 +24,8 @@ jobs:
- { gcc: "libgccjit12.so", extra: "--no-default-features", artifacts_branch: "gcc12" }
commands: [
"--mini-tests",
"--std-tests --asm-tests",
"--std-tests",
"--asm-tests",
"--test-libcore",
"--extended-rand-tests",
"--extended-regex-example-tests",