Skip to content

Commit

Permalink
is debug faster?
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed May 31, 2024
1 parent 2db1fc1 commit 42d498b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/E2E-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:

- name: Build Polkadot and parachain binaries
run: |
cargo build --locked --release -p polkadot -p polkadot-parachain-bin
mv ./target/release/{polkadot,polkadot-parachain,polkadot-prepare-worker,polkadot-execute-worker} ../polkadot-testnet-faucet/e2e
cargo build --locked -p polkadot -p polkadot-parachain-bin
mv ./target/debug/{polkadot,polkadot-parachain,polkadot-prepare-worker,polkadot-execute-worker} ../polkadot-testnet-faucet/e2e
rm -rf ./target
working-directory: polkadot-sdk
- name: Run a local relaychain with a parachain using zombienet
Expand Down

0 comments on commit 42d498b

Please sign in to comment.