Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #83 from weaveworks/test-first
Browse files Browse the repository at this point in the history
Run tests before building container
  • Loading branch information
bboreham committed Sep 3, 2019
2 parents 7aaf1a5 + 9a157a4 commit 385f72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: all clean lint test clean-deps deps
.DEFAULT_GOAL := all

all: .uptodate lint test
all: test lint .uptodate

IMAGE_VERSION := $(shell ./tools/image-tag)
GIT_REVISION := $(shell git rev-parse HEAD)
Expand Down

0 comments on commit 385f72f

Please sign in to comment.