Skip to content

Commit

Permalink
ci: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ditsuke committed Apr 16, 2023
1 parent c1fd0e9 commit e30f8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Install dependencies
run: |
go mod download
make tools
- name: Run unit tests
run: |
Expand Down

0 comments on commit e30f8c9

Please sign in to comment.