From 615aafdfc50b08a6fb7c7496b973bd101975c5cb Mon Sep 17 00:00:00 2001 From: gRoussac Date: Sun, 15 Dec 2024 01:10:44 +0100 Subject: [PATCH] test ci/cd --- .github/workflows/ci-rust-sdk.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-rust-sdk.yml b/.github/workflows/ci-rust-sdk.yml index 240b5dbd..85989be5 100644 --- a/.github/workflows/ci-rust-sdk.yml +++ b/.github/workflows/ci-rust-sdk.yml @@ -64,6 +64,7 @@ jobs: git clone --branch dist_folder https://github.com/casper-network/casper-node-launcher-js.git cd casper-node-launcher-js npm install + npm run build npx casper-node-launcher-js node --daemon - name: Unit Tests