mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 19:21:19 +00:00
5 lines
56 B
Makefile
5 lines
56 B
Makefile
|
all:
|
||
|
go test ./...
|
||
|
go test ./... -short -race
|
||
|
go vet
|