fix(ci): set up Go before tests
All checks were successful
Test and Release Module / test (push) Successful in 52s
Test and Release Module / release (push) Successful in 10s

This commit is contained in:
2026-09-15 19:46:01 -04:00
parent c7654ea72a
commit 11ad00c6f0

View File

@@ -22,6 +22,11 @@ jobs:
git fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
git checkout --detach "${{ github.sha }}"
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test module
run: go test ./...