Disable unit tests cache #367
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#367
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:feat/disable_test_cache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
make test
with-count=1
takes only 15s on my PC. I think we can use-count=1
by default.11be5d6d64
to202db08a68
@ -127,3 +127,3 @@
test:
@echo "⇒ Running go test"
@go test ./...
@go test ./... -count=1
Wow, I have never used it like this. Can we put named argument before the positional, though?
-count=1
inmake test
#320