Skip to content

Commit 806715f

Browse files
committed
Update CI
1 parent 92e78e4 commit 806715f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
logger:
2424
- log
2525
- defmt
26-
adc:
27-
- adc
26+
eh-02:
27+
- eh-02
2828
-
2929
env: # Peripheral Feature flags
3030
FLAGS: rt
@@ -48,6 +48,6 @@ jobs:
4848
- name: Install thumbv8m rust target
4949
run: rustup target add thumbv8m.main-none-eabihf
5050
- name: Build
51-
run: cargo build --verbose --release --examples --target thumbv8m.main-none-eabihf --features ${{ matrix.mcu }},${{ matrix.logger }},${{ matrix.adc }},${{ env.FLAGS }}
51+
run: cargo build --verbose --release --examples --target thumbv8m.main-none-eabihf --features ${{ matrix.mcu }},${{ matrix.logger }},${{ matrix.eh-02 }},${{ env.FLAGS }}
5252
- name: Test
53-
run: cargo test --lib --target x86_64-unknown-linux-gnu --features ${{ matrix.mcu }},${{ matrix.logger }},${{ matrix.adc }},${{ env.FLAGS }}
53+
run: cargo test --lib --target x86_64-unknown-linux-gnu --features ${{ matrix.mcu }},${{ matrix.logger }},${{ matrix.eh-02 }},${{ env.FLAGS }}

0 commit comments

Comments
 (0)