Commit f188889
committed
fix: correct relay conform flag order in CI
RELAY v1.13 fixed relay conform to reject --strict placed after the
binary path instead of silently ignoring it (the exact bug that made
this repo's misordered invocation appear to work before). Flags must
precede the positional <binary> argument.
Signed-off-by: Matt Jones <47545907+SoundMatt@users.noreply.github.com>1 parent 582ca01 commit f188889
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments