Медленные тесты выделены в отдельную группу и запускаются с count=10

master
Andrey Ivanov 2020-11-11 13:46:20 +03:00 committed by Andrey Ivanov
parent 9ba7334cc3
commit b559eb6952
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ unit-test-fast:
go test -race -count 100 -timeout 30s -short ./internal/...
unit-test-slow:
go test -race -count 10 -timeout 150s -run Slow ./internal/...
go test -race -timeout 150s -run Slow ./internal/...
integration-test:
go test -v ./cmd/...