Skip to content

Commit

Permalink
ci: account for non-deterministic wit-bindgen-go output
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Oct 28, 2024
1 parent 6d2a8d6 commit 40aef62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wadge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
GOGC: 1
WADGE_LOG: trace
- run: git diff --exit-code
continue-on-error: true # TODO: reenable once `wit-bindgen-go` output is deterministic again

test-dev:
strategy:
Expand Down Expand Up @@ -208,6 +209,7 @@ jobs:
GOGC: 1
WADGE_LOG: trace
- run: git diff --exit-code
continue-on-error: true # TODO: reenable once `wit-bindgen-go` output is deterministic again

gofmt:
if: ${{ !startsWith(github.ref, 'refs/tags/crates/') }}
Expand Down

0 comments on commit 40aef62

Please sign in to comment.