Skip to content

Commit 14b5f70

Browse files
committed
ci: skip pyabacus-marked tests on remote runs
1 parent dd63d46 commit 14b5f70

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535

3636
- name: Run smoke/unit/integration/regression tests
3737
shell: bash -l {0}
38+
env:
39+
ENABLE_PYABACUS_TESTS: "0"
3840
run: |
39-
pytest -q tests/smoke tests/unit tests/integration tests/regression
41+
pytest -q -m "not pyabacus" tests/smoke tests/unit tests/integration tests/regression
4042
4143
# - name: Archive Pytest test report
4244
# uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)