[PR #9389] [MERGED] .github/workflows: swap order of go test and golangci-lint #75235

Closed
opened 2026-05-05 07:40:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9389
Author: @bmizerany
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @bmizerany

Base: mainHead: bmizerany/swaplintandtestinci


📝 Commits (1)

  • 856e6df .github/workflows: swap order of go test and golangci-lint

📊 Changes

1 file changed (+12 additions, -13 deletions)

View changed files

📝 .github/workflows/test.yaml (+12 -13)

📄 Description

The linter is secondary to the tests, so it should run after the tests, exposing test failures faster.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/9389 **Author:** [@bmizerany](https://github.com/bmizerany) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@bmizerany](https://github.com/bmizerany) **Base:** `main` ← **Head:** `bmizerany/swaplintandtestinci` --- ### 📝 Commits (1) - [`856e6df`](https://github.com/ollama/ollama/commit/856e6df089a6498296efe3b86d494883d32d08a5) .github/workflows: swap order of go test and golangci-lint ### 📊 Changes **1 file changed** (+12 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yaml` (+12 -13) </details> ### 📄 Description The linter is secondary to the tests, so it should run after the tests, exposing test failures faster. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 07:40:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#75235