Sebastián Ramírez
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
.github/workflows/test.yml
|
|
|
@ -245,9 +245,10 @@ jobs: |
|
|
|
- run: uv run coverage report --fail-under=100 |
|
|
|
|
|
|
|
# https://github.com/marketplace/actions/alls-green#why |
|
|
|
check: # This job does nothing and is only used for the branch protection |
|
|
|
test-alls-green: # This job does nothing and is only used for the branch protection |
|
|
|
if: always() |
|
|
|
needs: |
|
|
|
- test |
|
|
|
- coverage-combine |
|
|
|
- benchmark |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|