Serialize CI lint analysis
ci / lint-test (pull_request) Failing after 5m50s
ci / build (pull_request) Has been skipped

This commit is contained in:
Joe Julian
2026-04-26 10:02:12 -07:00
parent 18084b5e83
commit 270a950a72
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
set -euo pipefail
state_dir="$(mktemp -d)"
trap 'rm -rf -- "$state_dir"' EXIT
KEEPASSGO_STATE_DIR="$state_dir" go tool golangci-lint run --build-tags nox11,nowayland,novulkan ./...
KEEPASSGO_STATE_DIR="$state_dir" go tool golangci-lint run --concurrency=1 --build-tags nox11,nowayland,novulkan ./...
- name: Test
shell: bash