Skip to content

Commit

Permalink
fix(tests): count
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinPtrl committed Dec 5, 2024
1 parent e54df5b commit c524b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ jobs:
EVE_USER: ${{ secrets.EVE_USER }}
EVE_PASSWORD: ${{ secrets.EVE_PASSWORD }}
EVE_HOST: ${{ secrets.EVE_HOST }}
run: go test -v -cover ./internal/provider/
run: go test -count=1 -v -cover ./internal/provider/
timeout-minutes: 10

0 comments on commit c524b8b

Please sign in to comment.