unconditionally run test_keystore_management (#6034)

This commit is contained in:
tersec 2024-03-06 14:55:31 +00:00 committed by GitHub
parent 9e4a70e0c4
commit 39fafc1248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -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