mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
fix: ci failing due to memory consumption (#446)
This commit is contained in:
parent
a0c2e4773b
commit
89bad17d96
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 tidy up cli tests to use same -Enable flag as simulations, or the other way round
|
||||||
# TODO -mod=readonly ?
|
# TODO -mod=readonly ?
|
||||||
# build dependency needed for cli tests
|
# build dependency needed for cli tests
|
||||||
test-all: build test-cli test
|
test-all: build
|
||||||
# basic app tests
|
# basic app tests
|
||||||
@go test ./app -v
|
@go test ./app -v
|
||||||
# basic simulation (seed "2" happens to not unbond all validators before reaching 100 blocks)
|
# basic simulation (seed "2" happens to not unbond all validators before reaching 100 blocks)
|
||||||
|
Loading…
Reference in New Issue
Block a user