Browse Source

add fast fail, this makes figuring out what to fix easier..

main
John-Mark Gurney 2 years ago
parent
commit
3978ff1735
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -1,2 +1,2 @@
test:
echo yadenon.py | entr sh -c 'python -m coverage run -m unittest yadenon && coverage report --omit=t/\* -m'
echo yadenon.py | entr sh -c 'python -m coverage run -m unittest --failfast yadenon && coverage report --omit=t/\* -m'

Loading…
Cancel
Save