From: Matt Joiner Date: Wed, 9 Feb 2022 01:47:05 +0000 (+1100) Subject: Re-enable CI wasm/js package build checks X-Git-Tag: v1.41.0~10 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6fbcfe0695d8be7b275d8b81a0f0e73b7576ef8f;p=btrtrc.git Re-enable CI wasm/js package build checks --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0037abe1..6c9f912e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,8 +34,6 @@ jobs: - name: Some packages compile for WebAssembly run: GOOS=js GOARCH=wasm go build . ./storage ./tracker/... - # https://github.com/pion/webrtc/issues/2099 - continue-on-error: true - name: Install godo run: |