Skip to content

Commit a5ca126

Browse files
committed
Run reproducible build in CI
1 parent 9110f78 commit a5ca126

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
git submodule add https://github.com/xxuejie/lib-dummy-atomics deps/lib-dummy-atomics
3838
- name: Run all checks
3939
run: cd test-workspace && make build test check clippy
40+
- name: Reproducible build runs
41+
run: cd test-workspace && ./scripts/reproducible_build_docker --update && ./scripts/reproducible_build_docker --no-clean
4042
- name: Generate standalone contract
4143
run: cargo generate --path . standalone-contract --name test-contract
4244
- name: Run all checks

0 commit comments

Comments
 (0)