[PR #7899] [MERGED] ci: skip go build for tests #12551

Closed
opened 2026-04-13 00:02:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7899
Author: @jmorganca
Created: 11/30/2024
Status: Merged
Merged: 12/5/2024
Merged by: @jmorganca

Base: mainHead: jmorganca/faster-tests


📝 Commits (1)

  • 9055aeb ci: skip go build for tests

📊 Changes

1 file changed (+3 additions, -4 deletions)

View changed files

📝 .github/workflows/test.yaml (+3 -4)

📄 Description

go build largely repeats what's already happening in go test, and by reducing to go test my hope is we can speed it up even more


🔄 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/7899 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 11/30/2024 **Status:** ✅ Merged **Merged:** 12/5/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `jmorganca/faster-tests` --- ### 📝 Commits (1) - [`9055aeb`](https://github.com/ollama/ollama/commit/9055aeb93b0bada0837cbc584b6f56e0d77bf578) ci: skip go build for tests ### 📊 Changes **1 file changed** (+3 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yaml` (+3 -4) </details> ### 📄 Description `go build` largely repeats what's already happening in `go test`, and by reducing to `go test` my hope is we can speed it up even more --- <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-04-13 00:02:56 -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#12551