@@ -29,7 +29,7 @@ watch: ##@Development Start Go tests in watch mode (re-run when code changes)
.PHONY:watch
test:##@Development Run Go tests
go test -race ./...
go test -race -shuffle=on ./...
.PHONY:test
testall:test##@Development Run Go and JS tests
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.