Run all tests on CI (#21)

Run all tests on CI

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
Cyrill Leutwiler
2024-06-05 00:50:03 +02:00
committed by GitHub
parent d9a304d162
commit caa1228720
5 changed files with 15 additions and 8 deletions
+4 -1
View File
@@ -27,7 +27,10 @@ fn set_rustc_link_flags() {
}
#[cfg(target_os = "linux")]
println!("cargo:rustc-link-lib=dylib=stdc++");
{
println!("cargo:rustc-link-lib=dylib=stdc++");
println!("cargo:rustc-link-lib=tinfo");
}
}
fn main() {