mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +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:
|
||||
include:
|
||||
- rvm: 2.3.5
|
||||
- rvm: 2.4.2
|
||||
- rvm: 2.4.2
|
||||
script: bundle exec rake $SUITE
|
||||
env: SUITE="lint test test:functional"
|
||||
env: SUITE="test:functional"
|
||||
- rvm: 2.4.2
|
||||
bundler_args: "--without guard tools"
|
||||
script: bundle exec rake $SUITE
|
||||
|
|
Loading…
Reference in a new issue