unconditionally run test_keystore (#6033)

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

View File

@ -34,6 +34,7 @@ import # Unit test
./test_gossip_validation,
./test_helpers,
./test_honest_validator,
./test_keystore,
./test_key_splitting,
./test_light_client_processor,
./test_light_client,
@ -60,7 +61,6 @@ import # Unit test
when not defined(i386):
# Avoids "Out of memory" CI failures
import
./test_keystore,
./test_keystore_management
when not defined(windows):