Skip to content
Prev Previous commit
Next Next commit
Ignore benches
  • Loading branch information
orf committed Dec 13, 2020
commit d36e1500ebbdfc69ec5af0a14fdb2e9210f81bc9
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: install flake8
run: python -m pip install flake8
- name: run lint
run: flake8 . --count --exclude=./.*,./Lib,./vm/Lib,./benches/benchmarks --select=E9,F63,F7,F82 --show-source --statistics
run: flake8 . --count --exclude=./.*,./Lib,./vm/Lib,./benches/ --select=E9,F63,F7,F82 --show-source --statistics
miri:
name: Run tests under miri
runs-on: ubuntu-latest
Expand Down