discover linker errors for subxt-signer critical section of once_cell

This commit is contained in:
Tadeo hepperle
2024-02-02 16:54:12 +01:00
parent fce85c4af0
commit e5ee97148a
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ extern crate alloc;
// Note: Panics in this function will lead to `Aborted (core dumped)` and a non-zero exit status => suitable for CI tests.
fn run_tests() {
subxt_metadata_test();
subxt_signer_test();
subxt_core_test();
}