We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo fix
1 parent d813739 commit 275b0c6Copy full SHA for 275b0c6
.github/workflows/main.yml
@@ -68,6 +68,13 @@ jobs:
68
69
# Deny warnings on CI to avoid warnings getting into the codebase.
70
- run: cargo test --features 'deny-warnings'
71
+ - name: Check operability of rustc invocation with argfile
72
+ env:
73
+ __CARGO_TEST_FORCE_ARGFILE: 1
74
+ run: |
75
+ # This only tests `cargo fix` because fix-proxy-mode is one of the most
76
+ # complicated subprocess management in Cargo.
77
+ cargo test --test testsuite --features 'deny-warnings' -- fix::
78
- run: cargo test --features 'deny-warnings' --manifest-path crates/cargo-test-support/Cargo.toml
79
env:
80
CARGO_TARGET_DIR: target
0 commit comments