Make the asm test suite run on its own
This commit is contained in:
parent
f150ab3277
commit
994a669e26
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue