ci: run analyze and build jobs in parallel

Remove build's dependency on analyze so both jobs execute concurrently.
This commit is contained in:
Sora39831 2026-04-03 16:36:30 +08:00
parent 5026795c0e
commit d192056af2

View file

@ -57,7 +57,6 @@ jobs:
run: go test -race -shuffle=on ./...
build:
needs: analyze
permissions:
contents: write
strategy: