testrace won't run acceptance tests
This commit is contained in:
parent
485bc668bf
commit
d257d3623f
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ testacc: libucl
|
||||||
TF_ACC=1 go test $(TEST) -v $(TESTARGS)
|
TF_ACC=1 go test $(TEST) -v $(TESTARGS)
|
||||||
|
|
||||||
testrace: libucl
|
testrace: libucl
|
||||||
go test -race $(TEST) $(TESTARGS)
|
TF_ACC= go test -race $(TEST) $(TESTARGS)
|
||||||
|
|
||||||
updatedeps:
|
updatedeps:
|
||||||
go get -u -v ./...
|
go get -u -v ./...
|
||||||
|
|
Loading…
Reference in New Issue