File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -240,14 +240,12 @@ jobs:
240
240
run : cd test-workspace &&
241
241
git submodule add https://github.com/nervosnetwork/ckb-c-stdlib deps/ckb-c-stdlib &&
242
242
git submodule add https://github.com/xxuejie/lib-dummy-atomics deps/lib-dummy-atomics
243
- - name : Run all checks
244
- run : cd test-workspace && make build test check clippy
245
243
- name : Reproducible build runs
246
244
run : cd test-workspace && ./scripts/reproducible_build_docker --update && ./scripts/reproducible_build_docker --no-clean
247
245
- name : Generate standalone contract
248
246
run : cargo generate --path . standalone-contract --name test-contract
249
- - name : Run all checks
250
- run : cd test-contract && make build test check clippy
247
+ - name : Reproducible build runs
248
+ run : cd test-contract && ./scripts/reproducible_build_docker --update && ./scripts/reproducible_build_docker --no-clean
251
249
252
250
windows-build :
253
251
You can’t perform that action at this time.
0 commit comments