Commit 276a30d
CI: Run multi-threading test job with execution context (#16339)
[Execution contexts (RFC 0002)](crystal-lang/rfcs#2) are nearing maturity (#15342) and until now we aren't even running CI with this configuration.
It only runs `std_spec` but that should be fine. I wouldn't expect much benefit from running compiler specs as well.
Dropping the dedicated job for `-Dpreview_mt` only without `-Dexecution_context` because we're not expecting to continue supporting the multi-threading preview with the old scheduler model.
Co-authored-by: Sijawusz Pur Rahnama <[email protected]>1 parent 46315e7 commit 276a30d
1 file changed
+25
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
77 | 100 | | |
78 | 101 | | |
79 | 102 | | |
| |||
0 commit comments