Skip to content

Commit

Permalink
two dashes should be one
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Mar 24, 2024
1 parent 13ce9ce commit 09d09cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: go get -u github.com/mattn/goveralls

- name: Test
run: go test --race -v -covermode=atomic -coverprofile=coverage.out ./...
run: go test -race -v -covermode=atomic -coverprofile=coverage.out ./...

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: madflojo/tasks
slug: madflojo/tasks

0 comments on commit 09d09cc

Please sign in to comment.