1 parent dd63d46 commit 14b5f70Copy full SHA for 14b5f70
1 file changed
.github/workflows/test.yml
@@ -35,8 +35,10 @@ jobs:
35
36
- name: Run smoke/unit/integration/regression tests
37
shell: bash -l {0}
38
+ env:
39
+ ENABLE_PYABACUS_TESTS: "0"
40
run: |
- pytest -q tests/smoke tests/unit tests/integration tests/regression
41
+ pytest -q -m "not pyabacus" tests/smoke tests/unit tests/integration tests/regression
42
43
# - name: Archive Pytest test report
44
# uses: actions/upload-artifact@v4
0 commit comments