Skip to content

Commit

Permalink
test 1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Jun 25, 2024
1 parent dba93cc commit 7fcc8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Test & Coverage
run: |
go install github.com/ory/go-acc@v0.2.6
go-acc -o coverage.txt ./... -- -v --race
go-acc -o coverage.txt ./... -- -count=100 -run=^TestSyncSimpleRequestingHead$ -v --race
- uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 7fcc8e1

Please sign in to comment.