Skip to content

Commit

Permalink
Do not install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Sep 17, 2024
1 parent 239694e commit 71e4a17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Install dependencies
run: |
go mod download
- name: Run tests
run: |
go test ./...

0 comments on commit 71e4a17

Please sign in to comment.