1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

allow two attempts on CI

This commit is contained in:
Jesse Duffield
2022-09-16 22:31:46 -07:00
parent 850a82784a
commit 6dca3e1766
4 changed files with 19 additions and 1 deletions

View File

@ -43,6 +43,7 @@ func RunCLI(testNames []string, slow bool, sandbox bool) {
runAndPrintFatalError,
mode,
keyPressDelay,
1,
)
if err != nil {
log.Print(err.Error())