Skip to content

Commit

Permalink
disable cache in local tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Feb 10, 2025
1 parent 21af2a5 commit 7ba897b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BUILD_DIR = ./build
all: test

test:
go test -mod=readonly -race ./...
go test -count 1 -mod=readonly -race ./...

build:
CGO_ENABLED=1 go test -c -mod=readonly -o $(BUILD_DIR)/babylon-sdk.e2e.test
Expand Down

0 comments on commit 7ba897b

Please sign in to comment.