First test

This commit is contained in:
2019-09-16 17:27:28 +03:00
parent 694167c646
commit 1bec9b987c
5 changed files with 25 additions and 21 deletions

View File

@ -8,8 +8,8 @@ format:
./cr tool format ./src ./spec
.PHONY: spec
spec:
./cr spec --warnings all --error-on-warnings
spec: format
./cr spec --warnings all --error-on-warnings --time
.PHONY: release
release: