Skip to content

Commit

Permalink
Stop generating coverage fort unit tests, since they prevent caching
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jun 19, 2024
1 parent 54dc4a4 commit 15d168b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/soroban-rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/...

0 comments on commit 15d168b

Please sign in to comment.