Skip to content

Commit cb8c416

Browse files
committed
Move back make test
1 parent 55314a8 commit cb8c416

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,4 @@ jobs:
4444
export PATH="${PWD}/_neovim/bin:${PATH}"
4545
export VIM="${PWD}/_neovim/share/nvim/runtime"
4646
nvim --version
47-
make test || {
48-
echo "Test execution failed with exit code $?"
49-
exit 1
50-
}
47+
make test

0 commit comments

Comments
 (0)