mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Split unit tests from functional (#2391)
Functional tests can sometimes be picky. Moving them to their own matrix item so they're smaller and faster to re-run if needed. Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
parent
7c7fab9fb0
commit
9ca69787d5
1 changed files with 2 additions and 1 deletions
|
@ -15,9 +15,10 @@ before_install:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- rvm: 2.3.5
|
- rvm: 2.3.5
|
||||||
|
- rvm: 2.4.2
|
||||||
- rvm: 2.4.2
|
- rvm: 2.4.2
|
||||||
script: bundle exec rake $SUITE
|
script: bundle exec rake $SUITE
|
||||||
env: SUITE="lint test test:functional"
|
env: SUITE="test:functional"
|
||||||
- rvm: 2.4.2
|
- rvm: 2.4.2
|
||||||
bundler_args: "--without guard tools"
|
bundler_args: "--without guard tools"
|
||||||
script: bundle exec rake $SUITE
|
script: bundle exec rake $SUITE
|
||||||
|
|
Loading…
Add table
Reference in a new issue