Skip to content

Commit 26d58e2

Browse files
Run assembly tests in the CI
1 parent 15b3ee1 commit 26d58e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- { gcc: "libgccjit12.so", extra: "--no-default-features", artifacts_branch: "gcc12" }
2525
commands: [
2626
"--mini-tests",
27-
"--std-tests",
27+
"--std-tests --asm-tests",
2828
"--test-libcore",
2929
"--extended-rand-tests",
3030
"--extended-regex-example-tests",

0 commit comments

Comments
 (0)