mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-18 10:49:54 +02:00
Try running all tests in github actions with a longer timeout
This commit is contained in:
@@ -1706,11 +1706,6 @@ func fuzzTest(t *testing.T, tester shellTester, input string) {
|
||||
ops = append(ops, op)
|
||||
}
|
||||
|
||||
// MacOs on github actions is slow, so trim the fuzz tests down so they finish in time
|
||||
if len(ops) > 5 && os.Getenv("GITHUB_ACTION") != "" && runtime.GOOS == "darwin" {
|
||||
ops = ops[:5]
|
||||
}
|
||||
|
||||
// Set up and create the devices
|
||||
defer shared.BackupAndRestore(t)()
|
||||
var deviceMap map[device]deviceOp = make(map[device]deviceOp)
|
||||
|
Reference in New Issue
Block a user