Skip to content

Commit aa4218a

Browse files
chord: add --mock-dev for pytest in build-test workflow.
1 parent 5124aa5 commit aa4218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run pytest
5353
run: |
5454
echo "Running pytest..."
55-
poetry run pytest -v --tb=short
55+
poetry run pytest -v --tb=short --mock-dev
5656
5757
- name: Generate test summary
5858
if: always()

0 commit comments

Comments
 (0)