We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda9c39 commit 9b01152Copy full SHA for 9b01152
.github/workflows/unittest.yml
@@ -74,11 +74,11 @@ jobs:
74
run: |
75
python -m pip install --upgrade setuptools pip wheel
76
python -m pip install nox
77
- - name: Run unit tests
+ - name: Run compliance tests
78
env:
79
COVERAGE_FILE: .coverage-${{ matrix.python }}
80
81
- nox -s unit-${{ matrix.python }}
+ nox -s compliance-${{ matrix.python }}
82
- name: Upload coverage results
83
uses: actions/upload-artifact@v4
84
with:
@@ -90,6 +90,7 @@ jobs:
90
needs:
91
- unit
92
- unit-prerelease
93
+ - compliance
94
steps:
95
- name: Checkout
96
uses: actions/checkout@v4
0 commit comments