Disable unit tests cache #367

Merged
fyrchik merged 1 commit from dstepanov-yadro/frostfs-node:feat/disable_test_cache into master 2023-05-18 15:14:56 +00:00

View file

@ -126,7 +126,7 @@ imports:
# Run Unit Test with go test
test:
@echo "⇒ Running go test"
@go test ./...
@go test ./... -count=1
Review

Wow, I have never used it like this. Can we put named argument before the positional, though?

Wow, I have never used it like this. Can we put named argument before the positional, though?
pre-commit-run:
@pre-commit run -a --hook-stage manual