Skip to content

Commit 04a123e

Browse files
committed
fix: CI test에 --benchmark-disable 추가 (타임아웃 방지)
1 parent c99761e commit 04a123e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pip install -e .[all]
3131

3232
- name: Run unit tests (no data dependency)
33-
run: pytest tests/ -v --tb=short -m "not requires_data and not heavy" --cov=dartlab --cov-report=term-missing --cov-report=html --cov-report=xml
33+
run: pytest tests/ -v --tb=short -m "not requires_data and not heavy" --benchmark-disable --cov=dartlab --cov-report=term-missing --cov-report=html --cov-report=xml
3434

3535
- name: Upload coverage to Codecov
3636
if: matrix.python-version == '3.12'

0 commit comments

Comments
 (0)