Use git-clean before testing

parallel-fetching
gravel 2 years ago
parent d25a62cafd
commit e4ed96aa65
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -56,8 +56,7 @@ watchdog:
# Remove artefacts
clean:
-rm -r cache 2>/dev/null || true
-rm -r output/*.html 2>/dev/null || true
-git clean -dfX
# Build everything from scratch and test functionality.
test: FLAGS = --verbose

Loading…
Cancel
Save