Skip to content

Commit

Permalink
CI: build profile/minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Sep 10, 2024
1 parent 0140aca commit 52a2c79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ jobs:
set -o pipefail
make go-acc | sed 's/ *coverage:.*of statements in.*//' | richgo testfilter
- name: "Build profile: minimal"
run: |
make build BUILD_PROFILE=minimal
- name: Upload unit coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 52a2c79

Please sign in to comment.