mirror of
https://github.com/status-im/status-go.git
synced 2025-02-03 02:15:18 +00:00
fb3d2ff6fe
* Introduce `dep`, the dependency vendoring tool. Use commits from `go-ethereum@release/1.7` for most of the dependencies. * Update dependencies.
5 lines
56 B
Makefile
5 lines
56 B
Makefile
all:
|
|
go test ./...
|
|
go test ./... -short -race
|
|
go vet
|