good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit d1468a75 authored by Iñigo Garcia Olaizola's avatar Iñigo Garcia Olaizola Committed by GitHub
Browse files

ci: update wasmbrowsertest to a specific commit (#514)

parent 703784f0
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ cd -- "$(dirname "$0")/.." ...@@ -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=./... "$@" ./... 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 '/stringer\.go/d' ci/out/coverage.prof
sed -i.bak '/nhooyr.io\/websocket\/internal\/test/d' ci/out/coverage.prof sed -i.bak '/nhooyr.io\/websocket\/internal\/test/d' ci/out/coverage.prof
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment