mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-24 16:10:46 -06:00
Change race tests to use internal/opentf
This commit is contained in:
parent
90dce4dd3c
commit
61c9268604
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user