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

make test with -count=1 takes only 15s on my PC. I think we can use -count=1 by default.

`make test` with `-count=1` takes only 15s on my PC. I think we can use `-count=1` by default.
dstepanov-yadro force-pushed feat/disable_test_cache from 11be5d6d64 to 202db08a68 2023-05-18 09:25:43 +00:00 Compare
ale64bit approved these changes 2023-05-18 09:32:47 +00:00
acid-ant approved these changes 2023-05-18 09:35:33 +00:00
fyrchik reviewed 2023-05-18 12:57:17 +00:00
@ -127,3 +127,3 @@
test:
@echo "⇒ Running go test"
@go test ./...
@go test ./... -count=1
Owner

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?
fyrchik approved these changes 2023-05-18 12:57:28 +00:00
fyrchik merged commit 0fc494637f into master 2023-05-18 15:14:56 +00:00
fyrchik referenced this pull request from a commit 2023-05-18 15:14:57 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#367
No description provided.