6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-09 07:24:20 +00:00

Add test parallelization and re-enable paralleltest linter

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-25 19:13:09 +02:00
parent eabef7b444
commit df6c239099
9 changed files with 50 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ var (
fromFlag = "value.from.flag"
)
//nolint:paralleltest // These tests modify global state (viper, env vars) and cannot run in parallel
func TestConfig(t *testing.T) {
tests := []struct {
name string