update makefile

This commit is contained in:
Matthias Kadenbach 2017-04-25 11:59:52 -07:00
parent 256e8f045b
commit a6fe4b73b3
No known key found for this signature in database
GPG Key ID: DC1F4DC6D31A7031

View File

@ -46,9 +46,6 @@ test-with-flags:
@echo -n '$(DATABASE)' | tr -s ' ' '\n' | xargs -I{} go test $(TEST_FLAGS) ./database/{}
@go test $(TEST_FLAGS) ./database/testing/...
@go test $(TEST_FLAGS) ./database/stub/...
# deprecated v1compat:
@go test ./migrate/...
kill-orphaned-docker-containers: