Skip to content

Commit

Permalink
makefile: add and make default in run all-without-tests to skip fail …
Browse files Browse the repository at this point in the history
…test due to pg tags hack
  • Loading branch information
wxue committed Nov 27, 2019
1 parent 8ff35de commit 559adaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

GO_VERSION:=$(shell go version)
BENCHLIST?=all
BENCHLIST?=all-without-tests

# Skip known issues from purego tests
# https://github.com/gogo/protobuf/issues/447
Expand All @@ -36,6 +36,7 @@ SKIPISSUE:="/jsonpb|/test/casttype/|/test/oneof/combos/"

.PHONY: nuke regenerate tests clean install gofmt vet contributors

all-without-tests: clean install regenerate install
all: clean install regenerate install tests errcheck vet

buildserverall: clean install regenerate install tests vet js purego
Expand Down

0 comments on commit 559adaa

Please sign in to comment.