Skip to content

Commit

Permalink
revert: github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill committed Aug 24, 2023
1 parent c3293bf commit 3b13628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ jobs:
cargo test --release -p parachain-tests --features with-interlay-runtime
- name: cargo build
run: |
cargo clean
cargo update
cargo build --bin interbtc-parachain --release --features runtime-benchmarks
- name: benchmarks
run: |
./target/release/interbtc-parachain benchmark pallet \
--pallet '*' \
--extrinsic '*' \
--execution=wasm \
--wasm-execution=compiled \
--steps 2 --repeat 1 \
--template .deploy/runtime-weight-template.hbs \
--chain interlay-dev --output parachain/runtime/interlay/src/weights/
./target/release/interbtc-parachain benchmark pallet \
--pallet '*' \
--extrinsic '*' \
--execution=wasm \
--wasm-execution=compiled \
--steps 2 --repeat 1 \
--template .deploy/runtime-weight-template.hbs \
Expand Down

0 comments on commit 3b13628

Please sign in to comment.