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.
1 parent e5f0c2e commit b21b506Copy full SHA for b21b506
.github/workflows/ci.yml
@@ -172,6 +172,9 @@ jobs:
172
cargo test -p cargo-dylint --no-default-features --features=cargo-cli -- --nocapture
173
;;
174
cargo-dylint-cargo-lib)
175
+ # smoelius: The next line is useful for debugging.
176
+ # sed -i 's/^.*\<fs_extra\>/# &/' dylint/Cargo.toml
177
+ git diff
178
cargo test -p cargo-dylint --no-default-features --features=cargo-lib -- --nocapture
179
180
cargo-dylint-ci)
0 commit comments