Skip to content
Snippets Groups Projects
Commit 9999b2e3 authored by Cameron Sparr's avatar Cameron Sparr
Browse files

Remove from test and test-short in Makefile

parent 6c23fb31
No related branches found
No related tags found
No related merge requests found
...@@ -85,14 +85,14 @@ docker-kill: ...@@ -85,14 +85,14 @@ docker-kill:
-docker rm nsq aerospike redis opentsdb rabbitmq postgres memcached mysql kafka mqtt riemann -docker rm nsq aerospike redis opentsdb rabbitmq postgres memcached mysql kafka mqtt riemann
# Run full unit tests using docker containers (includes setup and teardown) # Run full unit tests using docker containers (includes setup and teardown)
test: docker-kill prepare docker-run test: docker-kill docker-run
# Sleeping for kafka leadership election, TSDB setup, etc. # Sleeping for kafka leadership election, TSDB setup, etc.
sleep 60 sleep 60
# SUCCESS, running tests # SUCCESS, running tests
go test -race ./... go test -race ./...
# Run "short" unit tests # Run "short" unit tests
test-short: prepare test-short:
go test -short ./... go test -short ./...
.PHONY: test .PHONY: test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment