Skip to content

Commit

Permalink
Only run tests once
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mattfarina committed Apr 12, 2023
1 parent 0a6d0b8 commit 3232493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Run unit tests
run: make test-coverage
- name: Test build
run: make test build
run: make build

0 comments on commit 3232493

Please sign in to comment.