integration: cache contract blob artifacts after compilation

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-06-04 19:14:52 +02:00
parent 2d0a0e2e81
commit d9a304d162
3 changed files with 50 additions and 6 deletions
+1
View File
@@ -12,6 +12,7 @@ alloy-sol-types = { workspace = true }
hex = { workspace = true }
env_logger = { workspace = true }
log = { workspace = true }
once_cell = { workspace = true }
revive-solidity = { path = "../solidity" }
revive-differential = { path = "../differential" }