Skip to content

Commit b721461

Browse files
authored
Merge pull request #462 from zdharma-continuum/test/git-absorb
ci: git-absorb zunit gh-r test
2 parents 5ef0bc5 + 469baa1 commit b721461

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/gh-r.zunit

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@
255255
local ghq="$ZBIN/ghq"; assert "$ghq" is_executable
256256
$ghq --version; assert $state equals 0
257257
}
258+
@test 'git-absorb' { # git commit --fixup, but automatic
259+
run zinit for @tummychow/git-absorb; assert $state equals 0
260+
local git_absorb="$ZBIN/git-absorb"; assert "$git_absorb" is_executable
261+
$git_absorb --version; assert $state equals 0
262+
}
258263
@test 'git-chglog' { # CHANGELOG generator implemented in Go
259264
run zinit for @git-chglog/git-chglog; assert $state equals 0
260265
local git_chglog="$ZBIN/git-chglog"; assert "$git_chglog" is_executable

0 commit comments

Comments
 (0)