Skip to content

Commit ecae986

Browse files
committed
ci: add dstask gh-r test
Signed-off-by: Vladislav Doster <[email protected]>
1 parent ff62ffb commit ecae986

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/gh-r.zunit

+5
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
local documize="$ZBIN/documize"; assert "$documize" is_executable
160160
$documize version; assert $state equals 0
161161
}
162+
@test 'dstask' { # Git powered terminal-based todo/note manager -- markdown note page per task
163+
run zinit lbin'!*->dstask' bpick'^*import*' for @naggie/dstask; assert $state equals 0
164+
local dstask="$ZBIN/dstask"; assert "$dstask" is_executable
165+
$dstask help; assert $state equals 0
166+
}
162167
@test 'dua' { # View disk space usage and delete unwanted data, fast
163168
run zinit lbin'!**/dua' for @Byron/dua-cli; assert $state equals 0
164169
local dua="$ZBIN/dua"; assert "$dua" is_executable

0 commit comments

Comments
 (0)