We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcb989 commit 2fc2a84Copy full SHA for 2fc2a84
Makefile
@@ -46,7 +46,7 @@ test-unit-race: ARGS=-race
46
$(TEST_UNIT_TARGETS): test-unit
47
test-clean: ## Clean testcache
48
@echo "Cleaning test cache"
49
- @go clean -testcache ./...
+ @go clean -testcache
50
.PHONY: $(TEST_UNIT_TARGETS) test test-unit
51
test: test-clean test-unit ## Run test-unit
52
test-unit: ## Run unit tests
test/init_test.go
0 commit comments