Skip to content

Commit 40aef62

Browse files
committed
ci: account for non-deterministic wit-bindgen-go output
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 6d2a8d6 commit 40aef62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wadge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
GOGC: 1
157157
WADGE_LOG: trace
158158
- run: git diff --exit-code
159+
continue-on-error: true # TODO: reenable once `wit-bindgen-go` output is deterministic again
159160

160161
test-dev:
161162
strategy:
@@ -208,6 +209,7 @@ jobs:
208209
GOGC: 1
209210
WADGE_LOG: trace
210211
- run: git diff --exit-code
212+
continue-on-error: true # TODO: reenable once `wit-bindgen-go` output is deterministic again
211213

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

0 commit comments

Comments
 (0)