Skip to content

Commit c5dc683

Browse files
committed
CI runs reproducible build test on single contract in Linux as well
1 parent b31c975 commit c5dc683

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
@@ -43,6 +43,8 @@ jobs:
4343
run: cargo generate --path . standalone-contract --name test-contract
4444
- name: Run all checks
4545
run: cd test-contract && make build test check clippy
46+
- name: Reproducible build runs
47+
run: cd test-contract && ./scripts/reproducible_build_docker --update && ./scripts/reproducible_build_docker --no-clean
4648

4749
debian-build:
4850

0 commit comments

Comments
 (0)