Commit f0ae48b
fix(ci): add --allow-dirty to cargo package (#676)
Cargo.lock is modified during cargo test --release in CI, causing
cargo package to refuse packaging. --allow-dirty is the standard
fix for CI environments where the working directory isn't pristine.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3c2588f commit f0ae48b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
0 commit comments