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 9110f78 commit a5ca126Copy full SHA for a5ca126
.github/workflows/rust.yml
@@ -37,6 +37,8 @@ jobs:
37
git submodule add https://github.com/xxuejie/lib-dummy-atomics deps/lib-dummy-atomics
38
- name: Run all checks
39
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
42
- name: Generate standalone contract
43
run: cargo generate --path . standalone-contract --name test-contract
44
0 commit comments