mirror of
https://github.com/helm/helm.git
synced 2026-08-03 14:40:48 +00:00
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:
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@@ -33,4 +33,4 @@ jobs:
|
||||
- name: Run unit tests
|
||||
run: make test-coverage
|
||||
- name: Test build
|
||||
run: make test build
|
||||
run: make build
|
||||
|
||||
Reference in New Issue
Block a user