End-to-end tests

End-to-end test for the provider
This commit is contained in:
Johannes Würbach
2018-04-21 15:06:12 +02:00
committed by Robbie Zhang
parent 803b0218c8
commit 345b53d816
3 changed files with 587 additions and 1 deletions

View File

@@ -23,4 +23,4 @@ jobs:
command: V=1 make build
- run:
name: Tests
command: V=1 CI=1 make test
command: V=1 CI=1 SKIP_AWS_E2E=1 make test