Skip to content

Commit

Permalink
feat(mod): update core
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-maple committed Oct 27, 2023
1 parent cb833d9 commit 734b4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Install dependencies
run: go mod tidy
- name: Install Wire
run: go install github.com/google/wire/cmd/wire@latest
run: go install "github.com/google/wire/cmd/wire@latest"
- name: Test
run: go test -coverprofile=coverage.txt -covermode=atomic ./...
run: go test -coverprofile="coverage.txt" -covermode="atomic" ./...
- name: Codecov
uses: codecov/codecov-action@v3
- name: Build
Expand Down

0 comments on commit 734b4fc

Please sign in to comment.