Skip to content

Commit 9b01152

Browse files
committed
fixing
1 parent bda9c39 commit 9b01152

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ jobs:
7474
run: |
7575
python -m pip install --upgrade setuptools pip wheel
7676
python -m pip install nox
77-
- name: Run unit tests
77+
- name: Run compliance tests
7878
env:
7979
COVERAGE_FILE: .coverage-${{ matrix.python }}
8080
run: |
81-
nox -s unit-${{ matrix.python }}
81+
nox -s compliance-${{ matrix.python }}
8282
- name: Upload coverage results
8383
uses: actions/upload-artifact@v4
8484
with:
@@ -90,6 +90,7 @@ jobs:
9090
needs:
9191
- unit
9292
- unit-prerelease
93+
- compliance
9394
steps:
9495
- name: Checkout
9596
uses: actions/checkout@v4

0 commit comments

Comments
 (0)