Skip to content

Commit

Permalink
rename test-supported to test-extended
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Jul 28, 2019
1 parent 6d5960f commit a6d4105
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions postgresql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ export DB_PORT
export DB_USERNAME

test:
$(MAKE) server-up && \
go test -v $(TEST_FLAGS) && \
$(MAKE) server-down
go test -v $(TEST_FLAGS)

generated_test.go:
go generate && \
Expand All @@ -40,7 +38,7 @@ server-up: server-down
server-down:
docker-compose -p $(PROJECT) down

test-supported: clean
test-extended: clean
parallel --halt 2 -v -u \
"POSTGRES_VERSION={} DB_PORT=\$$((5432+{#})) $(MAKE) test" ::: \
"POSTGRES_VERSION={} DB_PORT=\$$((5432+{#})) $(MAKE) server-up test server-down" ::: \
$(POSTGRES_SUPPORTED)

0 comments on commit a6d4105

Please sign in to comment.