mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 06:38:32 +00:00
enable function tests
This commit is contained in:
parent
6d5798fc53
commit
95e7287045
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Functional Test
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.pyversion == '3.8' }}
|
||||
run: |
|
||||
python -m coverage run --source=thefuck,tests -m py.test -v --capture=sys tests -m functional
|
||||
python -m coverage run --source=thefuck,tests -m py.test -v --capture=sys tests -m functional --enable-functional
|
||||
- name: Post Coverage to Coveralls
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.pyversion == '3.8' }}
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user