Skip to content

Commit

Permalink
tooling: run go mod tidy prior to running unit tests after generation
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Aug 19, 2024
1 parent 70799a5 commit b53beb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/automation-generate-go-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function runGoSDKUnitTests {

echo "Running unit tests within the SDK codebase.."
cd "${outputDirectory}/${sdkToGenerate}"
go mod tidy
go test -v ./...

cd "${DIR}"
Expand Down

0 comments on commit b53beb0

Please sign in to comment.