Rename test_cli to integration_tests

Move `make test_examples` into integraton_tests.
This commit is contained in:
Alessio Treglia 2018-08-23 08:47:12 +01:00
parent 56a98cb047
commit ceb33ca464
No known key found for this signature in database
GPG Key ID: E8A48AE5311D765A
1 changed files with 2 additions and 17 deletions

View File

@ -63,7 +63,7 @@ jobs:
export PATH="$GOBIN:$PATH"
make test_lint
test_cli:
integration_tests:
<<: *defaults
parallelism: 1
steps:
@ -80,21 +80,6 @@ jobs:
command: |
export PATH="$GOBIN:$PATH"
make test_cli
test_examples:
<<: *defaults
parallelism: 1
steps:
- attach_workspace:
at: /tmp/workspace
- restore_cache:
key: v1-pkg-cache
- restore_cache:
key: v1-tree-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: Test examples
command: |
export PATH="$GOBIN:$PATH"
make test_examples
test_sim_modules:
@ -236,7 +221,7 @@ workflows:
- lint:
requires:
- setup_dependencies
- test_cli:
- integration_tests:
requires:
- setup_dependencies
- test_sim_modules: