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:
James Bardin 2022-04-28 11:21:00 -04:00
parent 34a01c92d6
commit 2bd72914d8

View File

@ -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