diff --git a/scripts/pact.ps1 b/scripts/pact.ps1 index a1c220426..400d8655e 100644 --- a/scripts/pact.ps1 +++ b/scripts/pact.ps1 @@ -45,7 +45,7 @@ $packages = go list github.com/pact-foundation/pact-go/... | where {$_ -inotmat $curDir=$pwd foreach ($package in $packages) { Write-Host "Running tests for $package" - go test -v . + go test -v $package } Write-Host "Testing examples"