You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
breaking changes for 0.9.39 => 1.0 (tons of stuff, but one bullet point now lol)
revamp CI, now broken into 6 separate jobs, takes no more than ~6-7 mins to complete, cargo fmt feedback in ~22 seconds, cargo check --workspace in about 3 mins 😎, also added CI checks for clippy and one that asserts that cargo fix has no trivial fixes available
cargo check passing
cargo check --workspace passing
cargo testcompiling
cargo test --workspacecompiling
cargo test --workspace passing
cargo test --workspace --features=runtime-benchmarkscompiling
cargo test --workspace --features=runtime-benchmarks passing
The text was updated successfully, but these errors were encountered:
upgrades subtensor to polkadot 1.0.0
AC:
cargo check --workspace
in about 3 mins 😎, also added CI checks for clippy and one that asserts thatcargo fix
has no trivial fixes availablecargo check
passingcargo check --workspace
passingcargo test
compilingcargo test --workspace
compilingcargo test --workspace
passingcargo test --workspace --features=runtime-benchmarks
compilingcargo test --workspace --features=runtime-benchmarks
passingThe text was updated successfully, but these errors were encountered: