Skip to content

Commit

Permalink
[ci] pylint doesn't need to be run from tests actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Aug 7, 2023
1 parent eb2e2cf commit 51b48d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,3 @@ jobs:
run: |
make -C tests/binaries -j ${{ env.GEF_CI_NB_CPU }}
python${{ env.PY_VER }} -m pytest --forked -n ${{ env.GEF_CI_NB_CPU }} -v -k "not benchmark" tests/
- name: Run linter
run: |
python${{ env.PY_VER }} -m pylint --rcfile=$(pwd)/.pylintrc gef.py tests/*/*.py

0 comments on commit 51b48d9

Please sign in to comment.