diff options
author | Roeniss Moon <roeniss2@gmail.com> | 2023-08-25 00:12:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 17:12:59 +0200 |
commit | 13a8e3d98aeeb4f5f0b98f92ace540067e58ba92 (patch) | |
tree | b4258de581f2b98d1f70c7550adabae14443f4a4 /plugins/alias-finder/.zunit.yml | |
parent | c92af18c36c84cef0c785e1ae9cabc49a61a5c3a (diff) | |
download | zsh-13a8e3d98aeeb4f5f0b98f92ace540067e58ba92.tar.gz zsh-13a8e3d98aeeb4f5f0b98f92ace540067e58ba92.tar.bz2 zsh-13a8e3d98aeeb4f5f0b98f92ace540067e58ba92.zip |
feat(alias-finder): add cheaper option and apply zstyle options (#11773)
Diffstat (limited to 'plugins/alias-finder/.zunit.yml')
-rw-r--r-- | plugins/alias-finder/.zunit.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/alias-finder/.zunit.yml b/plugins/alias-finder/.zunit.yml new file mode 100644 index 000000000..ae65f8ef2 --- /dev/null +++ b/plugins/alias-finder/.zunit.yml @@ -0,0 +1,9 @@ +tap: false +directories: + tests: tests + output: tests/_output + support: tests/_support +time_limit: 0 +fail_fast: false +allow_risky: false +verbose: true |