Add packloadall

This commit is contained in:
Dhruva Sagar
2023-03-01 08:47:12 +05:30
parent acaad2ef26
commit 8f3893b7b1

View File

@@ -42,4 +42,4 @@ jobs:
- name: Run unit tests - name: Run unit tests
env: env:
VIM: ${{ steps.vim.outputs.executable }} VIM: ${{ steps.vim.outputs.executable }}
run: ${VIM} +"set packpath +=.,./vim-testify" +"set hidden" +TestifySuite run: ${VIM} +"set packpath +=.,./vim-testify" +packloadall +"set hidden" +TestifySuite