There are some test cases that when selected to run independently, they'll fail, for example the following cmd will fail in main branch:
$ cd evmd; go test -v -tags=test ./... -run TestPreciseBankKeeper
It's quite confusing when debugging test failures.
ref: #830