Makefile 152 B

123456
  1. all:
  2. go test ./...
  3. go test ./... -short -race
  4. go test ./... -run=NONE -bench=. -benchmem
  5. env GOOS=linux GOARCH=386 go test ./...
  6. golangci-lint run