File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 python3 setup.py build --build-lib build-lib
2424 - name : Run unit tests
2525 run : |
26- PYTHONPATH=./build-lib python3 -m unittest
26+ PYTHONPATH=./build-lib python3 -m unittest --verbose
2727 limited :
2828 name : Run build and unit tests. (limited API)
2929 runs-on : ubuntu-20.04
4242 python3 setup.py build --build-lib build-lib
4343 - name : Run unit tests
4444 run : |
45- PYTHONPATH=./build-lib python3 -m unittest
45+ PYTHONPATH=./build-lib python3 -m unittest --verbose
4646 lint :
4747 name : Run linters on the code
4848 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ RUN apk update && \
1818WORKDIR /root/python-sdbus/
1919
2020CMD python3 setup.py build --build-lib build-lib && \
21- PYTHONPATH=./build-lib python3 -m unittest
21+ PYTHONPATH=./build-lib python3 -m unittest --verbose
You can’t perform that action at this time.
0 commit comments