Commit 05f2a4f
authored
Run tests on macos and windows only on merge and push (#1597)
### What
Add a setup job that dynamically generates the system matrix for the
rust ci workflow. Use only ubuntu-latest for pull requests and the full
set of targets (Linux, macOS, Windows across x86_64 and aarch64) for
other events (merge group, push).
### Why
Pull requests only need validation on a single platform to provide fast
feedback, while the test runs on merge (the merge_group event) can catch
any rare issues we create that are platform specific, and same with
releases and main branch builds triggerd by push events.1 parent c9cd6ea commit 05f2a4f
1 file changed
+44
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
30 | 70 | | |
31 | 71 | | |
32 | 72 | | |
| |||
71 | 111 | | |
72 | 112 | | |
73 | 113 | | |
| 114 | + | |
74 | 115 | | |
75 | 116 | | |
76 | 117 | | |
77 | 118 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 119 | + | |
89 | 120 | | |
90 | 121 | | |
91 | 122 | | |
| |||
129 | 160 | | |
130 | 161 | | |
131 | 162 | | |
132 | | - | |
| 163 | + | |
133 | 164 | | |
134 | 165 | | |
135 | 166 | | |
136 | 167 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 168 | + | |
148 | 169 | | |
149 | 170 | | |
150 | 171 | | |
| |||
0 commit comments