6 lines
96 B
Fish
Executable File
6 lines
96 B
Fish
Executable File
#!/usr/bin/env fish
|
|
|
|
if test -z "$NO_NEW_TESTS"
|
|
git diff-ls $PARENT_BRANCH | grep test
|
|
end
|