Skip to content

Commit 15b60ec

Browse files
committed
CI: Run simpler C exts tests first
1 parent d233b17 commit 15b60ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ local part_definitions = {
382382
test_cexts: {
383383
is_after+:: ["$.use.common"],
384384
# Only what is not already tested in other gates (e.g., C API and C ext specs are part of test_specs)
385-
run+: jt(["test", "mri", "--all-sulong"]) +
386-
jt(["test", "cexts"]) +
385+
run+: jt(["test", "cexts"]) +
386+
jt(["test", "mri", "--all-sulong"]) +
387387
jt(["test", "bundle"]),
388388
},
389389

0 commit comments

Comments
 (0)