1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-01-26 01:41:35 +03:00

give CI longer wait times before failing assertions

This commit is contained in:
Jesse Duffield
2023-02-25 21:33:52 +11:00
parent dd1bf629b8
commit 9c645088bf
2 changed files with 13 additions and 3 deletions

View File

@@ -98,8 +98,9 @@ jobs:
restore-keys: |
${{runner.os}}-go-
- name: Test code
# LONG_WAIT_BEFORE_FAIL means that for a given test assertion, we'll wait longer before failing
run: |
go test pkg/integration/clients/*.go
LONG_WAIT_BEFORE_FAIL=true go test pkg/integration/clients/*.go
build:
runs-on: ubuntu-latest
env: