FIx CI build freezing (#398)

* Kill vim server

* Fix incorrect usage of rspec

* Add build stage to CI

* Try using new server for each run

* Sort and uniq test files
This commit is contained in:
German Lashevich
2019-05-01 23:52:55 +02:00
committed by Adam Stankiewicz
parent 9fd5c11a20
commit e8245dbf17
3 changed files with 8 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ require 'vimrunner/rspec'
$plugin_path = File.expand_path('../..', __FILE__)
Vimrunner::RSpec.configure do |config|
config.reuse_server = true
config.reuse_server = false
# Decide how to start a Vim instance. In this block, an instance should be
# spawned and set up with anything project-specific.