Skip to content

Commit

Permalink
Git diff on file changes (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Feb 19, 2024
1 parent 7af2c49 commit 8d54337
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/compile-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
with:
version: 'latest'
- run: pnpm turbo compile --cache-dir=.turbo # compile wasm
- name: Verify no unexpected file changes (like cargo.lock change)
run: git diff --exit-code
working-directory: packages/wasm/crate
- run: cargo tree --invert penumbra-wasm --edges features # debug tree
if: failure()
working-directory: packages/wasm/crate

0 comments on commit 8d54337

Please sign in to comment.