Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ lint:
@go vet ./...
@go mod tidy

lint:
@$(MAKE) fmt
@go mod tidy

generate:
@echo "Running go generate..."
@go generate ./...
Expand All @@ -27,4 +31,4 @@ test_install_debian:
test:
@go test -race ./...

test_install: test_install_linux test_install_alpine test_install_debian
test_install: test_install_linux test_install_alpine test_install_debian
Loading