diff --git a/.github/workflows/ci-rust-sdk.yml b/.github/workflows/ci-rust-sdk.yml index 629340d62..02773c530 100644 --- a/.github/workflows/ci-rust-sdk.yml +++ b/.github/workflows/ci-rust-sdk.yml @@ -72,11 +72,11 @@ jobs: - name: Casper node launcher js run: npx casper-node-launcher-js node --daemon - - name: Unit Tests - run: make test + # - name: Unit Tests + # run: make test - - name: Integration Tests - run: make integration-test + # - name: Integration Tests + # run: make integration-test - name: E2E Tests run: make e2e-test