Skip to content

Commit

Permalink
Merge pull request #505 from zdharma-continuum/ci/fq-zunit-ghr-test
Browse files Browse the repository at this point in the history
ci: fq cli gh-r zunit test
  • Loading branch information
vladdoster authored Apr 16, 2023
2 parents 034e265 + d71525c commit db404aa
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 @@ -209,6 +209,11 @@
local fogg="$ZBIN/fogg"; assert "$fogg" is_executable
$fogg version; assert $state equals 0
}
@test 'fq' { # jq for binary formats - tool, language and decoders for working with binary and text formats
run zinit for @wader/fq; assert $state equals 0
local fq="$ZBIN/fq"; assert "$fq" is_executable
$fq --version; assert $state equals 0
}
@test 'fx' { # Terminal JSON viewer
run zinit lbin'!* -> fx' for @antonmedv/fx; assert $state equals 0
local fx="$ZBIN/fx"; assert "$fx" is_executable
Expand Down

0 comments on commit db404aa

Please sign in to comment.