Skip to content

Commit

Permalink
test: update ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Raine-Yang-UofT committed Dec 28, 2024
1 parent 19a3981 commit 665b8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run tests
run: |
if [[ "${{ matrix.dependency }}" == "z3-solver" ]]; then
pytest -vv --cov python_ta --cov-config=.coveragerc --cov-report lcov \
pytest tests -vv --cov python_ta --cov-config=.coveragerc --cov-report lcov \
--ignore=tests/test_type_constraints --ignore=tests/test_type_inference \
--ignore=tests/test_debug/test_accumulation_table.py \
--ignore=tests/test_debug/test_recursion_table.py \
Expand All @@ -56,7 +56,7 @@ jobs:
tests/test_debug/test_recursion_table.py \
tests/test_debug/test_snapshot_tracer.py
else
pytest -vv --cov python_ta --cov-config=.coveragerc --cov-report lcov --exclude-z3 \
pytest tests -vv --cov python_ta --cov-config=.coveragerc --cov-report lcov --exclude-z3 \
--ignore=tests/test_type_constraints --ignore=tests/test_type_inference \
--ignore=tests/test_debug/test_accumulation_table.py \
--ignore=tests/test_debug/test_recursion_table.py \
Expand Down

0 comments on commit 665b8dd

Please sign in to comment.