diff options
| author | Alisdair McDiarmid <alisdair@users.noreply.github.com> | 2023-01-30 10:48:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-30 10:48:56 -0500 |
| commit | 2330ed14e76e1ea657dbce2eb4e09766b1e31c77 (patch) | |
| tree | faa5c892e07b00476eba6188e7f9e9cd9ec098e6 /.github | |
| parent | ccff1a9e3e5bb83fb7bcbf9cea49432f32a43008 (diff) | |
| parent | a26ee4fafe128baf1f859fb1bbd715bf6c60ca5d (diff) | |
Merge pull request #511 from hashicorp/ryancragun/formatSpaces-data-race
hclwrite: fix data race in formatSpaces()
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6daadaf..34c1eec 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -35,7 +35,7 @@ jobs: go-version: 1.18 - name: Go test run: | - go test ./... + go test ./... -race fmt_and_vet: name: "fmt and lint" |
