Skip to content

Commit

Permalink
XXX ADD EXTRA CI SUB-STEP for now - XXX XXX SHOULD (HOPEFULLY) DETECT…
Browse files Browse the repository at this point in the history
… MISSING IMPORT for no-std
  • Loading branch information
brody4hire committed Jan 17, 2025
1 parent ea17991 commit d0f0a66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ jobs:
# build docs
cargo doc --target ${{ matrix.target }} ${{ matrix.extra-flags }} --all-features --no-deps
# XXX EXTRA SUB-STEP - (SHOULD) DETECT MISSING IMPORT for no-std
# check wgpu-core with no features
cargo clippy --target ${{ matrix.target }} ${{ matrix.extra-flags }} -p wgpu-core --no-default-features
- name: check private item docs
if: matrix.kind == 'native'
shell: bash
Expand Down

0 comments on commit d0f0a66

Please sign in to comment.