Skip to content

Commit

Permalink
Remove postgres target form test-server target
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilander committed Mar 31, 2017
1 parent afa1ffa commit ed0f6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -246,7 +246,7 @@ ifeq ($(BUILD_ENTERPRISE_READY),true)
rm -f config/*.key
endif

test-server: test-te test-postgres test-ee
test-server: test-te test-ee

internal-test-web-client: start-docker prepare-enterprise
$(GO) run $(GOFLAGS) ./cmd/platform/*go test web_client_tests
Expand Down

0 comments on commit ed0f6f1

Please sign in to comment.