From 2bd72914d8969b40bb5e695e02a8cc507fcd05d1 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Thu, 28 Apr 2022 11:21:00 -0400 Subject: [PATCH] add internal/states to the race detector tests This runs relatively quickly, and there is at least 1 test with concurrent operations. --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 04742b93c5..dd92ecf722 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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