Only run tests once

Tests are being run twice in CI. Once with code coverage being
report and once without. Tests only need to be run once.

When Helm previously had testing in CircleCI it was the code
coverage tests so that was retained here.

Signed-off-by: Matt Farina <matt.farina@suse.com>
pull/11985/head
Matt Farina 2 years ago
parent 0a6d0b8be9
commit 3232493514
No known key found for this signature in database
GPG Key ID: 92C44A3D421FF7F9

@ -33,4 +33,4 @@ jobs:
- name: Run unit tests
run: make test-coverage
- name: Test build
run: make test build
run: make build

Loading…
Cancel
Save