mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 00:26:24 -04:00
fix CI
This commit is contained in:
parent
4f700c23ba
commit
a229547048
|
|
@ -71,7 +71,7 @@ func RunTests(
|
|||
logf("path: %s", testPath)
|
||||
|
||||
// three retries at normal speed for the sake of flakey tests
|
||||
speeds = append(speeds, 1, 0.5, 0.5)
|
||||
speeds = append(speeds, 1, 1, 1, 0.5, 0.5)
|
||||
for i, speed := range speeds {
|
||||
logf("%s: attempting test at speed %f\n", test.Name, speed)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue