We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65f3d6 commit 7dbc97dCopy full SHA for 7dbc97d
acceptance/acceptance_test.go
@@ -79,7 +79,7 @@ func init() {
79
// to simulate an identical environment.
80
flag.BoolVar(&WorkspaceTmpDir, "workspace-tmp-dir", false, "Run tests on the workspace file system (For DBR testing).")
81
flag.BoolVar(&OnlyOutTestToml, "only-out-test-toml", false, "Only regenerate out.test.toml files without running tests")
82
- flag.BoolVar(&Subset, "subset", false, "Select a subset of EnvMatrix variants using consistent hashing")
+ flag.BoolVar(&Subset, "subset", false, "Select a subset of EnvMatrix variants that cover all output files. Auto-enabled on -update.")
83
}
84
85
const (
0 commit comments