Skip to content

Commit

Permalink
fix: added go sum and update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Aug 29, 2023
1 parent 926010f commit 8186f04
Show file tree
Hide file tree
Showing 2 changed files with 1,774 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ simulate:
@go test -bench BenchmarkSimulation ./app -NumBlocks=200 -BlockSize 50 -Commit=true -Verbose=true -Enabled=true -Seed 1

test-e2e-pob:
cd interchaintest && go test -race -v -run TestPOB
cd interchaintest && go test -race -v -run TestPOB .

.PHONY: test test-all test-cover test-unit test-race simulate test-e2e-pob

Expand Down
Loading

0 comments on commit 8186f04

Please sign in to comment.