Commit a34ca55
committed
fix(test-scripts): pin
The styling-matrix binary added in v0.5.300 (#185 Phase A) created a second
workspace binary alongside `perry`. Without `--bin perry`, `cargo run --quiet --`
errors with "could not determine which binary to run", which the parity
runner reports as "compile error" for every single test. All open PRs have
been red on parity since v0.5.300 hit origin/main.
Same fix applied to run_tests.sh.cargo run --bin perry so multi-bin workspace doesn't break parity1 parent b043be4 commit a34ca55
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments