mirror of
https://github.com/restic/restic.git
synced 2025-01-03 05:35:43 +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
|
.PHONY: clean all test
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go test -race
|
go test -race ./...
|
||||||
for dir in cmd/* ; do \
|
for dir in cmd/* ; do \
|
||||||
(cd "$$dir"; go build -race) \
|
(cd "$$dir"; go build -race) \
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue