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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user