Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
hghaf099 committed Aug 17, 2023
1 parent a853a96 commit 27369cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
GOPRIVATE: github.com/hashicorp/*
run: |
set -exo pipefail
rm -f testonly_matrix.json matrix.json
# testonly tagged tests need an additional tag
# go list -tags=testonly ./... | grep "testonly" | gotestsum tool ci-matrix --debug \
# --partitions "${{ inputs.total-runners }}" \
Expand All @@ -155,6 +155,7 @@ jobs:
"packages": $VAULT_PKG,
"description": "partition 1 - vault test packages"
}' testonly_matrix.json > matrix.json
cat matrix.json
- name: Capture list of binary tests
if: inputs.binary-tests
Expand Down

0 comments on commit 27369cc

Please sign in to comment.