From e8245dbf1746aa59774124de1c77ffc4d8b5b52f Mon Sep 17 00:00:00 2001 From: German Lashevich Date: Wed, 1 May 2019 23:52:55 +0200 Subject: 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 --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/spec_helper.rb') diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 5b8e5ace..21ab43cc 100755 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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. -- cgit v1.2.3