Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fatalbanana committed Jun 12, 2024
1 parent b2c5361 commit 93f71c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.4'

- name: Run go test
run: go test -cover ./...
Expand Down

0 comments on commit 93f71c9

Please sign in to comment.