Skip to content

Commit 0f6c8ca

Browse files
committed
Fix argument error in nightly unit tests
1 parent 35fc95a commit 0f6c8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: pip install tox
2121
- name: Run unit tests
22-
run: tox -e test-unit -- -m --cov=guidellm --cov-report=term-missing --cov-fail-under=75
22+
run: tox -e test-unit -- --cov=guidellm --cov-report=term-missing --cov-fail-under=75
2323

2424
integration-tests:
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)