mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
To spot slow or anomalous tests across CI runs, record each test's run duration when LAZYGIT_TEST_TIMING is set (to a file path); run_integration_tests.sh prints them at the end, sorted by slowest first. CI sets it for all integration jobs. The harness appends to a file rather than writing to stdout/stderr because `go test` captures those and only surfaces them with -v, which would drown the signal in every test's verbose logs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bisect.sh | ||
| bump_lazycore.sh | ||
| bump_modules.sh | ||
| check_commit.sh | ||
| check_filenames.sh | ||
| check_for_fixups.sh | ||
| gofumpt-check.sh | ||
| gofumpt-tool.sh | ||
| golangci-lint-shim.sh | ||
| just_e2e_completion.zsh | ||
| preview_release_notes.sh | ||
| record_demo.sh | ||
| run_integration_tests.sh | ||
| update_docs_for_release.sh | ||
| update_language_files.sh | ||