We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703784f commit d1468a7Copy full SHA for d1468a7
ci/test.sh
@@ -24,7 +24,7 @@ cd -- "$(dirname "$0")/.."
24
)
25
26
27
-go install github.com/agnivade/wasmbrowsertest@latest
+go install github.com/agnivade/wasmbrowsertest@8be019f6c6dceae821467b4c589eb195c2b761ce
28
go test --race --bench=. --timeout=1h --covermode=atomic --coverprofile=ci/out/coverage.prof --coverpkg=./... "$@" ./...
29
sed -i.bak '/stringer\.go/d' ci/out/coverage.prof
30
sed -i.bak '/nhooyr.io\/websocket\/internal\/test/d' ci/out/coverage.prof
0 commit comments