mirror of
https://github.com/zunit-zsh/zunit.git
synced 2026-09-10 06:36:15 -04:00
Build and run tests automatically when source files change
This commit is contained in:
parent
f5b5edf097
commit
74c7ddb5ec
|
|
@ -1,2 +1,5 @@
|
|||
files: ./tests/**/*
|
||||
run: zunit
|
||||
files: ./tests/**/*.zunit
|
||||
run: ./zunit
|
||||
---
|
||||
files: ./src/**/*.zsh
|
||||
run: ./build.zsh && ./zunit
|
||||
|
|
|
|||
Loading…
Reference in a new issue