Skip to content

Commit aa7615d

Browse files
committed
Refine CI
1 parent 9502c2c commit aa7615d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,12 @@ jobs:
240240
run: cd test-workspace &&
241241
git submodule add https://github.com/nervosnetwork/ckb-c-stdlib deps/ckb-c-stdlib &&
242242
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
245243
- name: Reproducible build runs
246244
run: cd test-workspace && ./scripts/reproducible_build_docker --update && ./scripts/reproducible_build_docker --no-clean
247245
- name: Generate standalone contract
248246
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
251249

252250
windows-build:
253251

0 commit comments

Comments
 (0)