Commit 3910b59
authored
CI - Fix smoketests using wrong binary path (#4280)
# Description of Changes
The smoketests try to infer whether to use the built `debug` or
`release` binaries.. but the common invocation via `cargo ci smoketests`
always pre-builds the release binaries. This was causing people to test
the wrong binary locally.
# API and ABI breaking changes
None.
# Expected complexity level and risk
1.
# Testing
- [x] CI passes
Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>1 parent cd07161 commit 3910b59
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments