mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
fix: run cli tests before module tests
This commit is contained in:
parent
be5b12d9d7
commit
5ac44ff86e
2
Makefile
2
Makefile
@ -109,7 +109,7 @@ link-check:
|
||||
# TODO tidy up cli tests to use same -Enable flag as simulations, or the other way round
|
||||
# TODO -mod=readonly ?
|
||||
# build dependency needed for cli tests
|
||||
test-all: build test test-cli
|
||||
test-all: build test-cli test
|
||||
# basic app tests
|
||||
@go test ./app -v
|
||||
# basic simulation (seed "2" happens to not unbond all validators before reaching 100 blocks)
|
||||
|
Loading…
Reference in New Issue
Block a user