From 94dfa32537fbdfe10998125c5e445dffc0488f47 Mon Sep 17 00:00:00 2001 From: sophia Date: Thu, 3 Feb 2022 17:14:57 -0600 Subject: [PATCH] Reduce scope of tests --- .github/workflows/go-spectest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-spectest.yml b/.github/workflows/go-spectest.yml index a8f89cece..d118bdb5a 100644 --- a/.github/workflows/go-spectest.yml +++ b/.github/workflows/go-spectest.yml @@ -56,6 +56,6 @@ jobs: run: | gem build vagrant-spec/vagrant-spec.gemspec gem install vagrant-spec-0.0.1.gem - bundle exec vagrant-spec test --components=cli/box cli/plugin cli/version cli/init --config test/vagrant-spec/configs/vagrant-spec.config.virtualbox.rb + bundle exec vagrant-spec test --components=cli/version --config test/vagrant-spec/configs/vagrant-spec.config.virtualbox.rb env: VAGRANT_SPEC_BOX: "hashicorp/bionic64"