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>
This commit is contained in:
Matt Farina
2023-04-12 13:02:03 -04:00
parent 0a6d0b8be9
commit 3232493514

View File

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