Skip to content

Commit

Permalink
ci: update wasmbrowsertest to a specific commit
Browse files Browse the repository at this point in the history
Using latest wasn't getting the latest version of wasmbrowsertest, so
we're now using a specific commit.

Current version was failing due to timeouts, so we're updating to
latest commit to see if it fixes the issue.
  • Loading branch information
igolaizola committed Jan 30, 2025
1 parent 85e8670 commit 1c94ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cd -- "$(dirname "$0")/.."
)


go install github.com/agnivade/wasmbrowsertest@latest
go install github.com/agnivade/wasmbrowsertest@8be019f6c6dceae821467b4c589eb195c2b761ce
go test --race --bench=. --timeout=1h --covermode=atomic --coverprofile=ci/out/coverage.prof --coverpkg=./... "$@" ./...
sed -i.bak '/stringer\.go/d' ci/out/coverage.prof
sed -i.bak '/nhooyr.io\/websocket\/internal\/test/d' ci/out/coverage.prof
Expand Down

0 comments on commit 1c94ea4

Please sign in to comment.