don't gate test execution on not defined(i386) (#6035)
This commit is contained in:
parent
39fafc1248
commit
e6253c0793
|
@ -59,8 +59,7 @@ import # Unit test
|
||||||
./slashing_protection/test_slashing_protection_db,
|
./slashing_protection/test_slashing_protection_db,
|
||||||
./test_validator_client
|
./test_validator_client
|
||||||
|
|
||||||
when not defined(i386):
|
when not defined(windows):
|
||||||
when not defined(windows):
|
import ./test_keymanager_api
|
||||||
import ./test_keymanager_api
|
|
||||||
|
|
||||||
summarizeLongTests("AllTests")
|
summarizeLongTests("AllTests")
|
Loading…
Reference in New Issue