Skip to content

Commit

Permalink
test: remove seperate dependency installation job
Browse files Browse the repository at this point in the history
  • Loading branch information
rramiachraf committed Mar 6, 2024
1 parent f4316d2 commit a189c77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Install dependencies
run: go get .
- name: Build
run: make build
- name: Test
Expand Down

0 comments on commit a189c77

Please sign in to comment.