add go report card back (#313)

* add go report card back

* avoid test failure, run tests sequentially
This commit is contained in:
Kevin Wan
2020-12-25 12:09:59 +08:00
committed by GitHub
parent ed735ec47c
commit bb6d49c17e
3 changed files with 0 additions and 13 deletions

View File

@@ -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)