Skip to content

Commit b14285d

Browse files
CI: check visitor feature under no_std
1 parent f1940c1 commit b14285d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
with:
8383
targets: 'thumbv6m-none-eabi'
8484
- run: cargo check --no-default-features --target thumbv6m-none-eabi
85+
- run: cargo check --no-default-features --features visitor --target thumbv6m-none-eabi
8586

8687
test:
8788
strategy:

0 commit comments

Comments
 (0)