File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 python -m pip install -e .[testing]
3636
3737 - name : Pytest (unit) • ${{ matrix.os }} • py${{ matrix.python-version }}
38- run : python -m pytest tests/unit -q
38+ run : python -m pytest tests/unit
Original file line number Diff line number Diff line change 3333 python -m pip install -e .[testing]
3434
3535 - name : Pytest (unit) • ${{ matrix.os }}, ${{ matrix.python-version }}
36- run : python -m pytest tests/unit -q
36+ run : python -m pytest tests/unit
3737
3838 regression-quick :
3939 name : Regression (quick)
6262 python -m pip install -e .[testing]
6363
6464 - name : Pytest (regression quick)
65- run : python -m pytest tests/regression -q
65+ run : python -m pytest tests/regression
6666
6767 - name : Upload artifacts (failure)
6868 if : failure()
Original file line number Diff line number Diff line change 3636 pip install -e .[testing]
3737
3838 - name : Run regression test suite
39- run : pytest tests/regression -q - -run-slow
39+ run : pytest tests/regression --run-slow
4040
4141 - name : Upload regression artifacts on failure
4242 if : failure()
You can’t perform that action at this time.
0 commit comments