From 0765d4157522b67390568856ae3a6d04568d3159 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Sun, 15 Dec 2024 01:18:30 +0100 Subject: [PATCH] test CI/CD --- .github/workflows/ci-rust-sdk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-rust-sdk.yml b/.github/workflows/ci-rust-sdk.yml index 85989be5..57d9052b 100644 --- a/.github/workflows/ci-rust-sdk.yml +++ b/.github/workflows/ci-rust-sdk.yml @@ -65,7 +65,7 @@ jobs: cd casper-node-launcher-js npm install npm run build - npx casper-node-launcher-js node --daemon + npx casper-node-launcher-js node - name: Unit Tests run: make test