Skip to content

Commit

Permalink
Merge pull request #455 from zdharma-continuum/ci/gh-r-dstask-test
Browse files Browse the repository at this point in the history
ci: add `naggie/dstask` gh-r test
  • Loading branch information
vladdoster committed Jan 8, 2023
2 parents ff62ffb + ecae986 commit 52e112c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/gh-r.zunit
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@
local documize="$ZBIN/documize"; assert "$documize" is_executable
$documize version; assert $state equals 0
}
@test 'dstask' { # Git powered terminal-based todo/note manager -- markdown note page per task
run zinit lbin'!*->dstask' bpick'^*import*' for @naggie/dstask; assert $state equals 0
local dstask="$ZBIN/dstask"; assert "$dstask" is_executable
$dstask help; assert $state equals 0
}
@test 'dua' { # View disk space usage and delete unwanted data, fast
run zinit lbin'!**/dua' for @Byron/dua-cli; assert $state equals 0
local dua="$ZBIN/dua"; assert "$dua" is_executable
Expand Down

0 comments on commit 52e112c

Please sign in to comment.