We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31c975 commit c5dc683Copy full SHA for c5dc683
.github/workflows/rust.yml
@@ -43,6 +43,8 @@ jobs:
43
run: cargo generate --path . standalone-contract --name test-contract
44
- name: Run all checks
45
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
48
49
debian-build:
50
0 commit comments