Skip to content

Commit

Permalink
chores: upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgufrone committed Oct 30, 2023
1 parent c608eda commit 619dbbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
setup:
name: Repo Setup
id: cache-npm
runs-on: ubuntu-latest
steps:
- name: Set up Go
Expand Down Expand Up @@ -41,7 +40,7 @@ jobs:
# version: v1.55
- name: Run Unit tests
run: |
go test -race -coverpkg="./..." -covermode atomic -coverprofile=profile.cov ./...
go test -race -coverpkg="./..." -coverprofile=profile.cov ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit 619dbbb

Please sign in to comment.