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 # Remove artefacts
clean: clean:
-rm -r cache 2>/dev/null || true -git clean -dfX
-rm -r output/*.html 2>/dev/null || true
# Build everything from scratch and test functionality. # Build everything from scratch and test functionality.
test: FLAGS = --verbose test: FLAGS = --verbose

Loading…
Cancel
Save