Skip to content

Commit

Permalink
move cargo check each feat to unit test action
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhilTThomas committed Jan 2, 2025
1 parent 6c1eab6 commit c344974
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/kuksa_databroker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ jobs:
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
- uses: taiki-e/[email protected]
with:
tool: [email protected]
- name: "Check each feature"
working-directory: ${{github.workspace}}
run: cargo hack check --each-feature

build:
name: Build
Expand Down Expand Up @@ -160,9 +166,6 @@ jobs:
# Needed for pip
with:
python-version: '3.12'
- uses: taiki-e/[email protected]
with:
tool: [email protected]
- name: Install build prerequisites
working-directory: ${{github.workspace}}/
run: |
Expand All @@ -176,10 +179,6 @@ jobs:
run: |
./scripts/build-databroker.sh ${{ matrix.platform.name }}
- name: "Check each feature"
working-directory: ${{github.workspace}}
run: cargo hack check --each-feature

- name: "Archiving artifacts"
shell: bash
working-directory: ${{github.workspace}}/dist/${{ matrix.platform.name }}
Expand Down

0 comments on commit c344974

Please sign in to comment.