[PR #394] [MERGED] (ci): Run go (build|test) commands for each module #733

Closed
opened 2026-03-02 06:05:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/394
Author: @hibiken
Created: 2/1/2022
Status: Merged
Merged: 2/1/2022
Merged by: @hibiken

Base: masterHead: fix/build


📝 Commits (1)

  • cdaae96 (ci): Run go (build|test) commands for each module

📊 Changes

3 files changed (+14 additions, -2 deletions)

View changed files

📝 .github/workflows/build.yml (+11 -2)
📝 tools/go.mod (+1 -0)
📝 tools/go.sum (+2 -0)

📄 Description

go build ./... and go test ./... excludes submodules, so we should run these commands for each module in the repository.


🔄 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/hibiken/asynq/pull/394 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 2/1/2022 **Status:** ✅ Merged **Merged:** 2/1/2022 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `fix/build` --- ### 📝 Commits (1) - [`cdaae96`](https://github.com/hibiken/asynq/commit/cdaae96947795d1ad137565f3cc2f772b6c1a6ce) (ci): Run go (build|test) commands for each module ### 📊 Changes **3 files changed** (+14 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+11 -2) 📝 `tools/go.mod` (+1 -0) 📝 `tools/go.sum` (+2 -0) </details> ### 📄 Description `go build ./...` and `go test ./...` excludes submodules, so we should run these commands for each module in the repository. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:05:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#733
No description provided.