mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-04 22:13:11 +00:00
12 lines
190 B
Makefile
12 lines
190 B
Makefile
test: go_test other_tests
|
|
|
|
other_tests:
|
|
cd test && make test
|
|
|
|
go_test: go_deps
|
|
go test -race -cpu=5 -v ./...
|
|
|
|
go_deps:
|
|
go get golang.org/x/crypto/sha3
|
|
go get github.com/jbenet/go-base58
|