Skip to content

Commit

Permalink
Measure each go test call
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Sep 20, 2017
1 parent 06202b9 commit 117d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ for pkg in "$@"; do
fi

echo go test -v -race "$pkg"
go test $args -v -race "$pkg"
time go test $args -v -race "$pkg"
done

gocovmerge "$COVER"/*.out > cover.out

0 comments on commit 117d452

Please sign in to comment.