mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-14 00:29:04 +00:00
unconditionally run test_keystore_management (#6034)
This commit is contained in:
parent
9e4a70e0c4
commit
39fafc1248
@ -35,6 +35,7 @@ import # Unit test
|
||||
./test_helpers,
|
||||
./test_honest_validator,
|
||||
./test_keystore,
|
||||
./test_keystore_management,
|
||||
./test_key_splitting,
|
||||
./test_light_client_processor,
|
||||
./test_light_client,
|
||||
@ -59,10 +60,6 @@ import # Unit test
|
||||
./test_validator_client
|
||||
|
||||
when not defined(i386):
|
||||
# Avoids "Out of memory" CI failures
|
||||
import
|
||||
./test_keystore_management
|
||||
|
||||
when not defined(windows):
|
||||
import ./test_keymanager_api
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user