Skip to content

Commit bb1065b

Browse files
committed
Try testing only test_api.py
1 parent bcfca4b commit bb1065b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Test the server extension
9292
run: |
9393
conda activate test_gator
94-
python -m pytest mamba_gator
94+
python -m pytest mamba_gator/tests/test_api.py
9595
shell: bash -l {0}
9696

9797
test-all-os:

0 commit comments

Comments
 (0)