Skip to content

Commit ea47e63

Browse files
test to see coveralls
1 parent 30fdafc commit ea47e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fmtcheck: ## Check go formatting
1818
@gofmt -l $(SOURCES) | grep ".*\.go"; if [ "$$?" = "0" ]; then exit 1; fi
1919

2020
test: ## Run unit tests
21-
@go test -race -covermode atomic -coverprofile cover.out $(addprefix ./, $(addsuffix /... , $(SOURCE_DIRS)))
21+
@go test -race -covermode atomic -tags integration -coverprofile cover.out $(addprefix ./, $(addsuffix /... , $(SOURCE_DIRS)))
2222

2323
vet: ## Run go vet
2424
@go vet $(addprefix ./, $(SOURCE_DIRS))

0 commit comments

Comments
 (0)