forked from TrueCloudLab/restic
Remove race detector from tests
This commit is contained in:
parent
08690b99bf
commit
553053afd9
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -1,8 +1,11 @@
|
|||
.PHONY: clean all test
|
||||
|
||||
FLAGS=
|
||||
#FLAGS+=-race
|
||||
|
||||
test:
|
||||
for dir in cmd/* ; do \
|
||||
(cd "$$dir"; go build -race) \
|
||||
(cd "$$dir"; go build $(FLAGS)) \
|
||||
done
|
||||
test/run.sh cmd/khepri/khepri cmd/dirdiff/dirdiff
|
||||
|
||||
|
|
Loading…
Reference in a new issue