diff --git a/.travis.yml b/.travis.yml index 73b0945..0d6fdb4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ stages: # - name: cache # if: branch = development - name: build - if: branch != master + # if: branch = development - name: release if: branch = master diff --git a/Makefile b/Makefile index ea6bbc3..d13afe9 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ DOCKER_COMPOSE := $(shell which docker-compose) all: clean docker_build plugin_create plugin_enable clean -local: clean build go_tests plugin_create plugin_enable clean +local: clean build unit_tests plugin_create plugin_enable clean clean: @echo "" @@ -146,7 +146,7 @@ undeploy_nginx: docker_compose skip # TESTS # ##################### -go_tests: +unit_tests: go test -cover -race -v ./... acceptance_tests: