Try to use GitHub Actions

This commit is contained in:
Dave Halter
2020-12-26 23:07:58 +01:00
parent 04ba9a2430
commit ea52ca5305
2 changed files with 65 additions and 0 deletions

View File

@@ -4,10 +4,12 @@ source test/_utils.vim
describe 'pyimport'
before
let g:jedi#use_tabs_not_buffers = 1
let g:jedi#project_path = 'autoload'
end
after
try | %bwipeout! | catch | endtry
unlet g:jedi#project_path
end
it 'open_tab'