Disable unit tests cache #367
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -126,7 +126,7 @@ imports:
|
|||
# Run Unit Test with go test
|
||||
test:
|
||||
@echo "⇒ Running go test"
|
||||
@go test ./...
|
||||
@go test ./... -count=1
|
||||
|
||||
|
||||
pre-commit-run:
|
||||
@pre-commit run -a --hook-stage manual
|
||||
|
|
Loading…
Reference in a new issue
Wow, I have never used it like this. Can we put named argument before the positional, though?