Skip to content

Commit

Permalink
go get in subdirs in github worfklow
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Aug 15, 2024
1 parent 6f4e341 commit 731b8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
go-version: '1.21.x'
- name: Install dependencies
run: |
go get .
go get ./...
- name: Test
run: make test

0 comments on commit 731b8a1

Please sign in to comment.