Skip to content

Commit 0f01ff6

Browse files
committed
Enable experiments in E2E tests in automation
1 parent 0be19bf commit 0f01ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: "End-to-end tests"
110110
run: |
111-
TF_ACC=1 go test -v ./internal/command/e2etest
111+
TF_TEST_EXPERIMENT=1 TF_ACC=1 go test -v ./internal/command/e2etest
112112
113113
consistency-checks:
114114
name: "Code Consistency Checks"

0 commit comments

Comments
 (0)