1
0
mirror of https://github.com/go-task/task.git synced 2025-11-27 22:38:20 +02:00

add env example

This commit is contained in:
Valentin Maerten
2025-11-20 19:40:53 +01:00
parent a2eb2aeca2
commit 162f616b5a
3 changed files with 28 additions and 0 deletions

View File

@@ -295,6 +295,14 @@ func TestSecretVars(t *testing.T) {
),
WithTask("test-deferred-secret"),
)
NewExecutorTest(t,
WithName("env secret limitation"),
WithExecutorOptions(
task.WithDir("testdata/secrets"),
),
WithTask("test-env-secret-limitation"),
)
}
func TestRequires(t *testing.T) {