Skip to content

Commit fc2bcdd

Browse files
committed
fix slow tests & noflake8
1 parent 8a5ef0d commit fc2bcdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests with flake8
4444
run: python -m tox -e flake8
4545
- name: Run tests without flake8
46-
run: python -m tox -e noflake8 -- --no-cov
46+
run: python -m tox -e "" -- --no-cov
4747

4848
slow_tests:
4949
runs-on: ubuntu-latest
@@ -58,9 +58,9 @@ jobs:
5858
- name: Install dependencies
5959
run: |
6060
python -m pip install --upgrade pip setuptools tox
61-
python -m tox --notest --recreate -e flake8_7
61+
python -m tox --notest --recreate -e flake8
6262
- name: Run tests
63-
run: python -m tox -e flake8_7 -- --onlyfuzz --no-cov -n auto
63+
run: python -m tox -e flake8 -- --onlyfuzz --no-cov -n auto
6464

6565
check_release:
6666
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)