Skip to content

Commit

Permalink
disable result caching for golang e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Chengxuan Xing <[email protected]>
  • Loading branch information
Chengxuan committed Oct 2, 2024
1 parent 8097fe8 commit 3160a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-sdk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ${LINT}:
go-mod-tidy: .ALWAYS
$(VGO) mod tidy
e2e: test
$(VGO) test -count=1 -v ./integration-test
$(VGO) test -count=1 -v ./integration-test
.ALWAYS: ;
clean:
$(VGO) clean
Expand Down

0 comments on commit 3160a6f

Please sign in to comment.