Skip to content

Commit

Permalink
retry
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitry-lahoda committed Sep 5, 2023
1 parent 1eb9630 commit 22a57dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inputs/paritytech/substrate.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@
++ systemCommonRust.darwin-deps;
RUST_BACKTRACE = "full";
} // subattrs;
# and this one https://github.com/frewsxcv/cargo-all-features/issues/45

check-pallet = pkgs.writeShellApplication {
name = "check-pallet";
runtimeInputs = [ self'.packages.rust-nightly pkgs.protobuf ];
text = ''
cargo check --no-default-features --target wasm32-unknown-unknown --package "$1"
cargo check --no-default-features --target wasm32-unknown-unknown --package "$1" --features runtime-benchmarks
cargo clippy --package "$1" -- --deny warnings --allow deprecated
'';
};
Expand Down

0 comments on commit 22a57dd

Please sign in to comment.