Skip to content

Commit

Permalink
fix -race
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Feb 14, 2024
1 parent cb346ca commit fb7ca6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:
curl -sSL "${url}/v${{ env.GOTESTSUM_VERSION }}/gotestsum_${{ env.GOTESTSUM_VERSION }}_${PLATFORM}.tar.gz" | \
tar -xz --overwrite -C /usr/local/bin gotestsum
- name: Test
env:
CGO_ENABLED: 1
run: |
mkdir -p "$TEST_RESULTS_DIR/${{ matrix.consul-version }}/json"
read -r -a PACKAGE_NAMES <<<"$(go list ./... | grep -v 'mocks' | grep -v 'testing' | tr '\n' ' ')"
Expand Down

0 comments on commit fb7ca6d

Please sign in to comment.