Skip to content

Commit

Permalink
individually build and check each crate
Browse files Browse the repository at this point in the history
  • Loading branch information
twoshark committed Feb 3, 2024
1 parent e4cd28f commit 5c554a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
crate: ["relay", "rgb_led", "wifi"]
action:
- command: build
args: --release
Expand All @@ -37,4 +38,4 @@ jobs:
buildtargets: esp32
ldproxy: true
- name: Run command
run: cargo ${{ matrix.action.command }} ${{ matrix.action.args }}
run: cd {{ matrix.crate }} && cargo ${{ matrix.action.command }} ${{ matrix.action.args }}

0 comments on commit 5c554a3

Please sign in to comment.