go test -v -bench=. -cover `go list ./... | grep -v /vendor/`
go test -v -bench=. -benchmem -cover `go list ./... | grep -v /vendor/`
.PHONY:test-js
test-js: .build/deps-build-node.ok
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.