mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 12:02:14 -05:00
Catch test compilation errors
This commit is contained in:
parent
23c918d00a
commit
1eaebb156f
1 changed files with 4 additions and 1 deletions
5
test.sh
5
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue