From 33be0de2760f5f146479ca3ae6afe9e14f4aad07 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Tue, 28 May 2024 11:49:58 +0200 Subject: [PATCH] update gh-e2e-tests build cmd (#1251) --- .github/workflows/e2e-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index c2133015dd..fe781b912f 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -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: |