mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-23 15:40:07 -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.
|
||||
- name: "Race detector"
|
||||
run: |
|
||||
go test -race ./internal/terraform ./internal/command ./internal/states
|
||||
go test -race ./internal/opentf ./internal/command ./internal/states
|
||||
|
||||
e2e-tests:
|
||||
# This is an intentionally-limited form of our E2E test run which only
|
||||
|
Loading…
Reference in New Issue
Block a user