File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,19 @@ jobs:
149149 go-version-file : go.mod
150150 - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI)"'
151151
152+ # TODO: remove this after release
153+ # qpf = query performance factor
154+ go_test_smoke_qpf :
155+ name : go test smoke qpf
156+ needs : [ go_build ]
157+ runs-on : ubuntu-latest
158+ steps :
159+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
160+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
161+ with :
162+ go-version-file : go.mod
163+ - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_qpf_.*"'
164+
152165 tfproviderlint :
153166 name : tfproviderlint
154167 needs : [go_build]
You can’t perform that action at this time.
0 commit comments