From dfcf754445884d491fa73bb0c7097a49f00cb899 Mon Sep 17 00:00:00 2001 From: "Iskander (Alex) Sharipov" Date: Fri, 1 Feb 2019 23:11:28 +0300 Subject: [PATCH] ci: enable integration tests (#787) Fixes #785 Signed-off-by: Iskander Sharipov --- Makefile | 1 + checkers/testdata/_integration/check_comments/autogen4.go | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 checkers/testdata/_integration/check_comments/autogen4.go diff --git a/Makefile b/Makefile index 513857073..3ec70300a 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ ci: @if [ "$(TEST_SUITE)" = "linter" ]; then make ci-linter; else make ci-tests; fi ci-tests: + go get -u github.com/go-lintpack/lintpack/... go test -v -race -count=1 -coverprofile=coverage.out ./... ci-linter: diff --git a/checkers/testdata/_integration/check_comments/autogen4.go b/checkers/testdata/_integration/check_comments/autogen4.go new file mode 100644 index 000000000..9f81ad033 --- /dev/null +++ b/checkers/testdata/_integration/check_comments/autogen4.go @@ -0,0 +1,2 @@ +// This file was automatically generated. +package foo