Skip to content

Commit

Permalink
Fix: Test actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
eikarna committed Apr 26, 2024
1 parent 7674c37 commit fd83506
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.22.2'

- name: Test
run: make test
run: make test

0 comments on commit fd83506

Please sign in to comment.