Skip to content

Commit

Permalink
fixup! 072b76a
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Apr 12, 2024
1 parent 5e65da7 commit 07e8bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
args: --verbose --locked --features no-boards -p riot-rs -p riot-rs-boards -p riot-rs-buildinfo -p riot-rs-chips -p riot-rs-debug -p riot-rs-embassy -p riot-rs-macros -p riot-rs-rt -p riot-rs-utils

- name: "rustdoc"
run: cargo rustdoc -p riot-rs --features no-boards,bench,threading -- -D warnings
run: cargo rustdoc -p riot-rs --features no-boards,bench,threading,random -- -D warnings

- name: rustfmt
run: cargo fmt --check --all
Expand Down

0 comments on commit 07e8bf8

Please sign in to comment.