Skip to content

Commit

Permalink
rm: useless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcello33 committed Dec 5, 2024
1 parent f6c0261 commit b1fe58c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 1,521 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clean:
tests:
# go test -v ./...

go test -v ./app/ ./auth/ ./clerk/ ./sidechannel/ ./bank/ ./chainmanager/ ./topup/ ./checkpoint/ ./staking/ -cover -coverprofile=cover.out -parallel 1
go test -v ./app/ ./auth/ ./clerk/ ./sidechannel/ ./bank/ ./chainmanager/ ./topup/ ./checkpoint/ ./staking/ ./gov/ -cover -coverprofile=cover.out -parallel 1

# make build
build: clean
Expand Down
130 changes: 0 additions & 130 deletions gov/genesis_test.go

This file was deleted.

Loading

0 comments on commit b1fe58c

Please sign in to comment.