Commit ccf9d3e2 authored by smartcontracts's avatar smartcontracts Committed by GitHub

ci: pull cached artifacts for contracts tests (#11771)

Contracts tests don't need to recompile if we can just use the
artifacts instead.
parent 873a4eab
...@@ -543,6 +543,10 @@ jobs: ...@@ -543,6 +543,10 @@ jobs:
name: print forge version name: print forge version
command: forge --version command: forge --version
working_directory: packages/contracts-bedrock working_directory: packages/contracts-bedrock
- run:
name: pull cached artifacts
command: bash scripts/ops/pull-artifacts.sh
working_directory: packages/contracts-bedrock
- run: - run:
name: run tests name: run tests
command: just test command: just test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment