diff --git a/Makefile b/Makefile index f7123b6..70840d3 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ clean: rm -rf *.out lint: - golangci-lint run + golangci-lint run -v prepare-test: git submodule update --init --remote