Skip to content

Commit

Permalink
workflow: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi authored Aug 18, 2023
1 parent 092369e commit 3be892d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Install dependencies
- run: go mod tidy
run: go mod tidy
- name: Run tests
run: go test ./...
windows:
Expand All @@ -38,6 +38,6 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Install dependencies
- run: go mod tidy
run: go mod tidy
- name: Run tests
run: go test ./... -short

0 comments on commit 3be892d

Please sign in to comment.