Skip to content

Commit

Permalink
test(manager): add coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang committed Mar 24, 2023
1 parent 385efcc commit ff87893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cd $(dirname $0)/..
# makes these flaky
echo "running unit tests"
go test -p 1 -v ./pkg/simulator/...
go test -v -cover -coverprofile=cover.out ./pkg/manager/...

echo "running integration tests"
go test -v -timeout=20m ./tests/integration

0 comments on commit ff87893

Please sign in to comment.