Simplify code

This commit is contained in:
2020-06-21 11:23:12 +03:00
parent 8e8045695a
commit e0fab0681f
5 changed files with 51 additions and 39 deletions

View File

@ -37,6 +37,11 @@ test:
mkdir -p .stack-work
${stack} stack test
.PHONY: test-with-coverage
test-with-coverage:
mkdir -p .stack-work
${stack} stack test --coverage
.PHONY: format
format:
${hfmt} -w app/ src/ test/