Skip to content

Commit

Permalink
wip: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpernambuco committed Jul 22, 2024
1 parent 7de2dac commit 0955e23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-008922d5165c764859bc540d7298045eebf5bc60
version: v1.2.0

- run: forge build
- run: forge fmt --check src test
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-008922d5165c764859bc540d7298045eebf5bc60
version: v1.2.0

- name: Run all tests
run: make test-all
1 change: 1 addition & 0 deletions templates/UArchReplay.t.sol.template
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ contract UArchReplay_@X@_Test is Test {
) {
continue;
}
console.log("Replaying step %d ...", j);
require(
catalog[i].proofsFrequency == 1, "require proof in every step"
);
Expand Down

0 comments on commit 0955e23

Please sign in to comment.