Skip to content

Commit

Permalink
update gh-e2e-tests build cmd (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed May 28, 2024
1 parent 009303a commit 33be0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: rustup target list --installed

- name: Build Astar & Shiden runtimes
run: cargo build --release --features astar,shiden
run: cargo build --release --locked -p astar-runtime -p shiden-runtime

- name: Copy runtimes into test folder
run: |
Expand Down

0 comments on commit 33be0de

Please sign in to comment.