From 15d168b0486db8be812cdd0e383f654fdd7ec21f Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Thu, 20 Jun 2024 00:59:31 +0200 Subject: [PATCH] Stop generating coverage fort unit tests, since they prevent caching --- .github/workflows/soroban-rpc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/soroban-rpc.yml b/.github/workflows/soroban-rpc.yml index 5103665b..7edfe2e3 100644 --- a/.github/workflows/soroban-rpc.yml +++ b/.github/workflows/soroban-rpc.yml @@ -28,7 +28,7 @@ jobs: - run: rustup update - uses: stellar/actions/rust-cache@main - run: make build-libpreflight - - run: go test -race -cover -timeout 25m ./cmd/soroban-rpc/... + - run: go test -race -timeout 25m ./cmd/soroban-rpc/... build: name: Build @@ -168,4 +168,4 @@ jobs: - name: Run Soroban RPC Integration Tests run: | - go test -race -timeout 20m ./cmd/soroban-rpc/internal/integrationtest/... + go test -race -timeout 20m ./cmd/soroban-rpc/internal/integrationtest/...