2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 16:10:49 +00:00

Test all Sub-Packages on 'make test'

This commit is contained in:
Alexander Neumann 2014-11-15 17:17:10 +01:00
parent 58f7b1be1e
commit 543c2c724c

View File

@ -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