Skip to content

Commit

Permalink
expect non-deterministic wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 committed Nov 15, 2023
1 parent f6f1730 commit 70af423
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,3 @@ jobs:
run: PATH="/usr/local/bin/binaryen-version_116/bin:/usr/local/bin/wabt-1.0.34/bin:$PATH" yarn update-wasm
- name: Run e2e tests
run: yarn workspace sov-snap run test
- name: Require clean working directory
shell: bash
run: |
if ! git diff --exit-code; then
echo "Working tree dirty at end of job"
exit 1
fi

0 comments on commit 70af423

Please sign in to comment.