Unverified Commit 3ae86ae0 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

check-each-crate: Do not reference crate to check by name (#2098)

This pull request changes how `check-each-crate.py` is working. Instead
of passing the name of the crate via `-p`, we now jump into the
directory of the crate and call there `cargo check`. This should fix
issues like https://github.com/paritytech/polkadot-sdk/issues/2013 where
a crate is present twice in the `Cargo.lock`.

Besides that it also changes `core/Cargo.toml` to not always pull in
bandersnatch.
parent d85c1d91
Pipeline #407432 passed with stages
in 57 minutes and 35 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment