mirror of
https://github.com/fosrl/newt.git
synced 2026-07-11 13:40:01 -05:00
[PR #358] [MERGED] feat(ci): run a go test before we build #4844
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/newt/pull/358
Author: @cwiggs
Created: 5/15/2026
Status: ✅ Merged
Merged: 5/20/2026
Merged by: @oschwartz10612
Base:
main← Head:feat/ci-go-test📝 Commits (1)
54a13b2feat(ci): run a go test before we build📊 Changes
2 files changed (+19 additions, -2 deletions)
View changed files
📝
.github/workflows/test.yml(+14 -0)📝
Makefile(+5 -2)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
It doesn't look like there are any go tests being automatically ran as part of CI, as a result 1.12.5 broke the tests (Fix for that in https://github.com/fosrl/newt/pull/357)
This PR adds a phony test make target and updates the already existing test workflow that was just doing a go build to now call the test make target before a build happens.
How to test?
Merge to
mainordevafter merging https://github.com/fosrl/newt/pull/357 (since go tests are broken) and verify that the Github workflow runs without issues.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.