add go report card back (#313)
* add go report card back * avoid test failure, run tests sequentially
This commit is contained in:
@@ -23,7 +23,6 @@ func TestConfigJson(t *testing.T) {
|
||||
for _, test := range tests {
|
||||
test := test
|
||||
t.Run(test, func(t *testing.T) {
|
||||
t.Parallel()
|
||||
os.Setenv("FOO", "2")
|
||||
defer os.Unsetenv("FOO")
|
||||
tmpfile, err := createTempFile(test, text)
|
||||
|
||||
Reference in New Issue
Block a user