Skip to content

Commit

Permalink
Run community (non-cluster) tests first for quicker dev feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Mar 16, 2018
1 parent 7dfbf39 commit a5c5491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,7 +21,7 @@ tarball = neo4j-$(1)-$(2)-unix.tar.gz
dist_site := http://dist.neo4j.org
series := $(shell echo "$(NEO4J_VERSION)" | sed -E 's/^([0-9]+\.[0-9]+)\..*/\1/')

all: out/enterprise/.sentinel out/community/.sentinel
all: out/community/.sentinel out/enterprise/.sentinel
.PHONY: all

test: test-community test-enterprise
Expand Down

0 comments on commit a5c5491

Please sign in to comment.