Build and run tests automatically when source files change

This commit is contained in:
James Dinsdale 2017-02-24 12:25:50 +00:00
parent f5b5edf097
commit 74c7ddb5ec
No known key found for this signature in database
GPG key ID: DBCB56BD98007031

View file

@ -1,2 +1,5 @@
files: ./tests/**/*
run: zunit
files: ./tests/**/*.zunit
run: ./zunit
---
files: ./src/**/*.zsh
run: ./build.zsh && ./zunit