Skip to content

Commit

Permalink
feat(windows): run local and example tests, closes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Aug 7, 2017
1 parent 57c32e5 commit abbe810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pact.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit abbe810

Please sign in to comment.