Fix actions

This commit is contained in:
Soren Hansen
2025-08-02 13:54:00 -07:00
parent 32a7301d05
commit 72da0060b9
5 changed files with 15 additions and 4 deletions

View File

@@ -18,6 +18,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: "Build & test"
run: "make tools test release-artifacts"