]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Re-enable CI wasm/js package build checks
authorMatt Joiner <anacrolix@gmail.com>
Wed, 9 Feb 2022 01:47:05 +0000 (12:47 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 9 Feb 2022 03:12:43 +0000 (14:12 +1100)
.github/workflows/go.yml

index 0037abe1f3b48ec1d3a1fab25372a55b8bf35a92..6c9f912e169dae069f6b9e33fe2d5663c3ec5686 100644 (file)
@@ -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: |