mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
testing: add -test.shuffle to order randomize test and benchmark order
This commit is contained in:
@@ -550,6 +550,7 @@ type TestConfig struct {
|
||||
BenchRegexp string
|
||||
BenchTime string
|
||||
BenchMem bool
|
||||
Shuffle string
|
||||
}
|
||||
|
||||
// filterTags removes predefined build tags for a target if a conflicting option
|
||||
|
||||
Reference in New Issue
Block a user