Skip to content

Commit

Permalink
Set up golang in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
corvus-ch committed Jan 4, 2025
1 parent a5b87f7 commit 05a03cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v5
with:
go-version: 'stable'

- run: make test

- uses: paambaati/[email protected]
Expand Down

0 comments on commit 05a03cb

Please sign in to comment.