Commit f217e8c
authored
test: iofail and merge_group trigger (#224)
This PR makes two small changes to CI:
- Adds a `merge_group` trigger
- Passes the `--iofail` option to `build-args`
The motivation of having the `merge_group` trigger is to ensure that
there is a final build that happens before a PR is merged into `main`,
preventing situations where a release happens while a PR is pending and
then only failing after being merged.
For this to take effect, I need someone with adequate permissions to
require merge queues for the `main` branch. These should still be
configured as squash commits. I would be fine setting the merge limit
low (maybe even 1) for simplicity since we don't yet have high enough
volume of commits for this to matter.
The `--iofail` option is straightforward, mirroring what Mathlib already
does.1 parent fb7ccbe commit f217e8c
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments