ci: removes debug option from acc tests

This commit is contained in:
Manuel Vogel 2020-02-01 14:02:15 +01:00
parent 46c69af298
commit 92d13c3e1b
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5

View file

@ -45,7 +45,7 @@ matrix:
- sudo cat /etc/default/docker
- sudo service docker restart
script:
- TF_LOG=DEBUG make testacc
- make testacc
# https://golang.org/doc/devel/release.html#policy
- os: linux