Change race tests to use internal/opentf

This commit is contained in:
RLRabinowitz 2023-08-27 17:59:52 +03:00
parent 90dce4dd3c
commit 61c9268604

View File

@ -96,7 +96,7 @@ jobs:
# it for select packages. # it for select packages.
- name: "Race detector" - name: "Race detector"
run: | run: |
go test -race ./internal/terraform ./internal/command ./internal/states go test -race ./internal/opentf ./internal/command ./internal/states
e2e-tests: e2e-tests:
# This is an intentionally-limited form of our E2E test run which only # This is an intentionally-limited form of our E2E test run which only