Skip to content

Commit 2de0491

Browse files
committed
fix test suite
1 parent 89490bc commit 2de0491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
- cron: "0 0 * * *"
1212

1313
jobs:
14-
python-coverage:
14+
python-exhaustive:
1515
uses: ./.github/workflows/.nox-session.yml
1616
with:
1717
job-name: "python-{0}"
18-
session-name: test_python_suite
18+
session-name: test_python
1919
session-arguments: --maxfail=3
2020
python-environments:
2121
uses: ./.github/workflows/.nox-session.yml

0 commit comments

Comments
 (0)