diff --git a/.travis.yml b/.travis.yml index ebff3da..b12372d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: - terraform validate -check-variables=false . - if [[ -n "$(terraform fmt -write=false)" ]]; then echo "Some terraform files need be formatted, run 'terraform fmt' to fix"; exit 1; fi - tflint --debug - - cd test && go test + - go test -v $(go list ./test/) notifications: email: false diff --git a/test/go.mod b/go.mod similarity index 100% rename from test/go.mod rename to go.mod diff --git a/test/go.sum b/go.sum similarity index 100% rename from test/go.sum rename to go.sum