mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-20 23:11:05 +00:00
Cache the compiler versions
This commit is contained in:
@@ -11,7 +11,6 @@ async fn contracts_can_be_compiled_with_solc() {
|
||||
let compiler_path = Solc::get_compiler_executable(&args, Version::new(0, 8, 30))
|
||||
.await
|
||||
.unwrap();
|
||||
println!("About to assert");
|
||||
|
||||
// Act
|
||||
let output = Compiler::<Solc>::new()
|
||||
|
||||
Reference in New Issue
Block a user