mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-16 05:05:46 +02:00
stricter CI
This commit is contained in:
parent
cab0aa462c
commit
273aba38d4
@ -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, 1, 1, 0.5, 0.5)
|
||||
speeds = append(speeds, 1)
|
||||
for i, speed := range speeds {
|
||||
logf("%s: attempting test at speed %f\n", test.Name, speed)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user