Skip to content

Commit

Permalink
Run make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Apr 25, 2020
1 parent e850f00 commit 14948a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ tag-update: ## Update an existing tag to current commit (IE: make tag-update ver
git fetch --tags -f

test: ## Runs vet, lint and ALL tests
go vet -v
golint
make vet
make lint
go test ./... -v

test-short: ## Runs vet, lint and tests (excludes integration tests)
go vet -v
golint
make vet
make lint
go test ./... -v -test.short

update: ## Update all project dependencies
Expand Down

0 comments on commit 14948a0

Please sign in to comment.