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 fa9f6e2 commit 678adeaCopy full SHA for 678adea
.github/workflows/nightly.yml
@@ -3,6 +3,7 @@ name: Nightly
3
on:
4
schedule:
5
- cron: '0 0 * * *' # Runs at midnight every night
6
+ workflow_dispatch: # Enables manual triggering of the workflow
7
8
jobs:
9
link-checks:
@@ -35,7 +36,7 @@ jobs:
35
36
- name: Install dependencies
37
run: pip install tox
38
- name: Run unit tests
- run: tox -e test-unit -- --cov=guidellm --cov-report=term-missing --cov-fail-under=75
39
+ run: tox -e test-unit
40
41
integration-tests:
42
runs-on: ubuntu-latest
0 commit comments