diff --git a/test.sh b/test.sh index 48d55a97c..adb01e56f 100755 --- a/test.sh +++ b/test.sh @@ -2,6 +2,9 @@ set -eux -export PACKER_ACC=1 +go test -c ./driver +go test -c ./iso +go test -c ./clone +export PACKER_ACC=1 go test -v ./driver ./iso ./clone