diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-03-27 22:06:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 22:06:29 +0800 |
commit | a9dcf4ce743df40c03c0e7ae239a5f5d060d1f5b (patch) | |
tree | ddb1c79d2e1ef1aafc0b3fc30a5b9d3041583969 /internal/conf | |
parent | 30c047feddd1951bf53f7f889db71e0f29d06672 (diff) |
github: use Actions for CI (#6022)
* Update golint.yml
* Update README.md
* Update README.md
* Update golint.yml
* Update golint.yml
* Rename golint.yml to go.yml
* Update go.yml
* Update go.yml
* Update go.yml
* Improve tests on Windows
* Delete files
Diffstat (limited to 'internal/conf')
-rw-r--r-- | internal/conf/conf_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/conf/conf_test.go b/internal/conf/conf_test.go index 0030ea52..51ccf93c 100644 --- a/internal/conf/conf_test.go +++ b/internal/conf/conf_test.go @@ -37,10 +37,6 @@ func TestMustAsset(t *testing.T) { } func TestInit(t *testing.T) { - if IsWindowsRuntime() { - return - } - ini.PrettyFormat = false defer func() { MustInit("") |