mirror of
https://codeberg.org/superseriousbusiness/gotosocial.git
synced 2024-11-28 18:08:54 +03:00
6 lines
142 B
Makefile
6 lines
142 B
Makefile
test:
|
|
go test ./...
|
|
go test ./... -short -race
|
|
go test ./... -run=NONE -bench=. -benchmem
|
|
env GOOS=linux GOARCH=386 go test ./...
|
|
go vet
|