mirror of
https://github.com/restic/restic.git
synced 2024-12-22 07:43:03 +00:00
Test all Sub-Packages on 'make test'
This commit is contained in:
parent
58f7b1be1e
commit
543c2c724c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
.PHONY: clean all test
|
||||
|
||||
test:
|
||||
go test -race
|
||||
go test -race ./...
|
||||
for dir in cmd/* ; do \
|
||||
(cd "$$dir"; go build -race) \
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue