Skip to content

Commit 76b288a

Browse files
committed
make gen
1 parent b181b5b commit 76b288a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.teamcity/scripts/provider_tests/acceptance_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ fi
3434

3535
TF_ACC=1 go test \
3636
./internal/acctest/... \
37+
./internal/actionwait/... \
3738
./internal/attrmap/... \
3839
./internal/backoff/... \
3940
./internal/conns/... \

.teamcity/scripts/provider_tests/unit_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set -euo pipefail
66

77
go test \
88
./internal/acctest/... \
9+
./internal/actionwait/... \
910
./internal/attrmap/... \
1011
./internal/backoff/... \
1112
./internal/conns/... \

0 commit comments

Comments
 (0)