diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76d0018..c20a12e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,6 +63,10 @@ jobs: ${{ runner.os }}-${{ matrix.python-version }} - name: Install Deps run: python -m pip install -U 'tox<4' setuptools virtualenv wheel + - name: Test windows stuff + run: | + tox -epy --notest + .tox/py/bin/python -m pytest --subunit --rootdir="./" "./stestr/tests" --co - name: Install and Run Tests run: tox -e py -- --pytest if: runner.os != 'macOS'