From d1468a75eee5525d183123766fbf288dca1eed9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Garcia=20Olaizola?= <11333576+igolaizola@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:32:49 +0100 Subject: [PATCH] ci: update wasmbrowsertest to a specific commit (#514) --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index a300761..cc3c22d 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -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 -- GitLab