Skip to content

Commit

Permalink
Run reproducible build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Jun 30, 2024
1 parent 9110f78 commit e559c85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
git submodule add https://github.com/xxuejie/lib-dummy-atomics deps/lib-dummy-atomics
- name: Run all checks
run: cd test-workspace && make build test check clippy
- name: Reproducible build runs
run: ./scripts/reproducible_build_docker --update && ./scripts/reproducible_build_docker --no-clean
- name: Generate standalone contract
run: cargo generate --path . standalone-contract --name test-contract
- name: Run all checks
Expand Down

0 comments on commit e559c85

Please sign in to comment.