Skip to content

Commit cb800bb

Browse files
committed
add internal/states to the race detector tests
This runs relatively quickly, and there is at least 1 test with concurrent operations.
1 parent 2c59c6c commit cb800bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# it for select packages.
9797
- name: "Race detector"
9898
run: |
99-
go test -race ./internal/terraform ./internal/command
99+
go test -race ./internal/terraform ./internal/command ./internal/states
100100
101101
e2e-tests:
102102
# This is an intentionally-limited form of our E2E test run which only

0 commit comments

Comments
 (0)