Skip to content

Commit

Permalink
Merge branch 'main' into fix/flake
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer authored Nov 8, 2023
2 parents a6498d3 + e7969fd commit 305f33d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
with:
prefix-key: v1-rust

- name: Check forge version
run: |
nix develop --accept-flake-config -c which forge
nix develop --accept-flake-config -c forge --version
- name: Format check
run: nix develop --accept-flake-config -c pre-commit run forge-fmt --all-files

Expand All @@ -58,5 +63,11 @@ jobs:
- name: Check if bindings up to date
run: nix develop --accept-flake-config -c pre-commit run contract-bindings --all-files

- name: Print changes to bindings
if: ${{ failure() }}
run: |
git status
git diff
- name: Run tests
run: nix develop --accept-flake-config -c forge test -vvv

0 comments on commit 305f33d

Please sign in to comment.