Skip to content

Commit

Permalink
rm: useless tests (#1223)
Browse files Browse the repository at this point in the history
Co-authored-by: marcello33 <[email protected]>
  • Loading branch information
Raneet10 and marcello33 authored Jan 10, 2025
1 parent 600ecc5 commit e5299bd
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 e5299bd

Please sign in to comment.