Skip to content

Commit de89aae

Browse files
committed
Exclude defmt-test from cargo-semver-checks
defmt-test now depends on the semihosting crate, which cannot compile on x86_64. This prevents cargo-semver-checks from running cargo-doc on the host Signed-off-by: Siddhant Pandit <70386749+Siddhant779@users.noreply.github.com>
1 parent 9ff469f commit de89aae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cargo-semver-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
uses: obi1kenobi/cargo-semver-checks-action@v2
4040
with:
4141
manifest-path: firmware/
42-
exclude: defmt-semihosting
42+
exclude: defmt-semihosting,defmt-test
4343
# rust-target: thumbv7em-none-eabihf

0 commit comments

Comments
 (0)