Skip to content

Commit b21b506

Browse files
committed
Add debugging line
1 parent e5f0c2e commit b21b506

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ jobs:
172172
cargo test -p cargo-dylint --no-default-features --features=cargo-cli -- --nocapture
173173
;;
174174
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
175178
cargo test -p cargo-dylint --no-default-features --features=cargo-lib -- --nocapture
176179
;;
177180
cargo-dylint-ci)

0 commit comments

Comments
 (0)