File tree 1 file changed +22
-0
lines changed 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ workflows:
10
10
jobs :
11
11
- contracts-bedrock-build
12
12
- op-program-riscv
13
+ - op-program-test
13
14
- asterisc-prestate :
14
15
requires :
15
16
- op-program-riscv
@@ -175,6 +176,27 @@ jobs:
175
176
paths :
176
177
- " op-program-artifacts"
177
178
179
+ op-program-test :
180
+ executor : default
181
+ steps :
182
+ - checkout-with-monorepo
183
+ - install-dependencies
184
+ - install-go-modules
185
+ - run :
186
+ name : Build asterisc
187
+ command : make build-rvgo && cp rvgo/bin/asterisc tests/op-program-test/
188
+ - run :
189
+ name : Build op-program
190
+ command : |
191
+ make -C rvsol/lib/optimism/op-program op-program-host
192
+ cp rvsol/lib/optimism/op-program/bin/op-program tests/op-program-test/
193
+ - run :
194
+ name : Run op-program
195
+ command : |
196
+ tar -xzvf ./test-data.tar.gz
197
+ ./local_cmd.sh
198
+ working_directory : tests/op-program-test
199
+
178
200
asterisc-prestate :
179
201
executor : default
180
202
resource_class : xlarge
You can’t perform that action at this time.
0 commit comments