Skip to content

Commit

Permalink
ci: enable integration tests (go-critic#787)
Browse files Browse the repository at this point in the history
Fixes go-critic#785

Signed-off-by: Iskander Sharipov <[email protected]>
  • Loading branch information
quasilyte authored Feb 1, 2019
1 parent d82b576 commit dfcf754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions checkers/testdata/_integration/check_comments/autogen4.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// This file was automatically generated.
package foo

0 comments on commit dfcf754

Please sign in to comment.