Skip to content

Commit d1468a7

Browse files
authored
ci: update wasmbrowsertest to a specific commit (#514)
1 parent 703784f commit d1468a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd -- "$(dirname "$0")/.."
2424
)
2525

2626

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

0 commit comments

Comments
 (0)