mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
fix: add changelog + fix for booleans for #1641
This commit is contained in:
@@ -103,7 +103,7 @@ func TestEnv(t *testing.T) {
|
||||
Files: map[string]string{
|
||||
"local.txt": "GOOS='linux' GOARCH='amd64' CGO_ENABLED='0'\n",
|
||||
"global.txt": "FOO='foo' BAR='overriden' BAZ='baz'\n",
|
||||
"multiple_type.txt": "FOO='1' BAR='' BAZ='1.1'\n",
|
||||
"multiple_type.txt": "FOO='1' BAR='true' BAZ='1.1'\n",
|
||||
},
|
||||
}
|
||||
tt.Run(t)
|
||||
|
||||
Reference in New Issue
Block a user