Skip to content

Commit

Permalink
Uncomment all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina committed Aug 5, 2024
1 parent c37d82c commit c0b5425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ test:

.PHONY: test-integration
test-integration:
MODE=online go test -v -tags=integration -count=1 ./testing -run=TestBlockRetry
#MODE=offline go test -v -tags=integration -count=1 ./testing
MODE=online go test -v -tags=integration -count=1 ./testing
MODE=offline go test -v -tags=integration -count=1 ./testing

.PHONY: cover
cover:
Expand Down

0 comments on commit c0b5425

Please sign in to comment.