mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
add internal/states to the race detector tests
This runs relatively quickly, and there is at least 1 test with concurrent operations.
This commit is contained in:
parent
34a01c92d6
commit
2bd72914d8
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
|
||||
go test -race ./internal/terraform ./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