Skip to content

Commit f6a84a0

Browse files
authored
Bust up SDK (#89)
1 parent 1e28d54 commit f6a84a0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+440
-1185
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
toolchain: ${{ env.NIGHTLY_TOOLCHAIN }}
4242
components: clippy
4343
- name: Run clippy
44-
run: cargo +${{ env.NIGHTLY_TOOLCHAIN }} clippy --all --all-features --tests -- --deny=warnings
44+
run: cargo +${{ env.NIGHTLY_TOOLCHAIN }} clippy --all --all-features --all-targets -- --deny=warnings
4545

4646
cargo_build_test:
4747
name: Cargo Build and Test

0 commit comments

Comments
 (0)