diff --git a/.travis.yml b/.travis.yml index 39cdce39..82e79a31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,6 @@ before_script: - gpg --import gpg.signing.key - rm -f gpg.signing.key .secret-files.tar - source .metadata.sh - - make vendor script: # Test Go and Docker. - make test diff --git a/Makefile b/Makefile index 2dadd0f3..68709229 100644 --- a/Makefile +++ b/Makefile @@ -328,13 +328,13 @@ $(patsubst %,%.darwin.so,$(PLUGINS)): # Extras # Run code tests and lint. -test: lint +test: # Testing. go test -race -covermode=atomic ./... -lint: # Checking lint. golangci-lint run $(GOLANGCI_LINT_ARGS) + # Don't run this unless you're ready to debug untested vendored dependencies. deps: go get -u github.com/unifi-poller/unifi