fix(ci): copy manpage before vet/build/test in CI workflows

This commit is contained in:
2026-06-30 21:46:12 +02:00
parent bff619bf84
commit b5fa009ec5
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ build:
# Run tests (race detector + fuzz seed corpus)
test:
cp man/goget.1 cmd/goget/man-page-data/goget.1
go test -race -count=1 ./...
# Remove build artifacts