Skip to content

build: bump github.com/onsi/gomega from 1.33.0 to 1.33.1 #123

build: bump github.com/onsi/gomega from 1.33.0 to 1.33.1

build: bump github.com/onsi/gomega from 1.33.0 to 1.33.1 #123

Workflow file for this run

on: [push, pull_request]
name: Test JS
permissions: {}
jobs:
test:
strategy:
matrix:
go-version: [1.21.x,1.22.x]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Install wasmbrowsertest
run: |
go install github.com/agnivade/wasmbrowsertest@latest
mv $HOME/go/bin/wasmbrowsertest $HOME/go/bin/go_js_wasm_exec
- name: Test
run: go test -exec="$HOME/go/bin/go_js_wasm_exec" ./...
env:
GOOS: js
GOARCH: wasm