We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fc95a commit 0f6c8caCopy full SHA for 0f6c8ca
.github/workflows/nightly.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: pip install tox
21
- name: Run unit tests
22
- run: tox -e test-unit -- -m --cov=guidellm --cov-report=term-missing --cov-fail-under=75
+ run: tox -e test-unit -- --cov=guidellm --cov-report=term-missing --cov-fail-under=75
23
24
integration-tests:
25
runs-on: ubuntu-latest
0 commit comments