Skip to content

Commit

Permalink
fix(ci): failing Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoheikkila committed May 3, 2024
1 parent 0745769 commit 0a2b95f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,17 @@ jobs:
with:
go-version: ${{ matrix.go }}

- name: Install dependencies
- name: Download dependencies
run: go mod download

- name: Tidy dependencies
run: go mod tidy

- name: Run static analysis
uses: golangci/golangci-lint-action@v5
with:
version: v1.57
args: --timeout=5m

- name: Run unit tests
run: go test -v ./...

0 comments on commit 0a2b95f

Please sign in to comment.