Skip to content

Commit

Permalink
FIXUP typo (etc) in ci.yml - XXX XXX CI SHOULD STILL FAIL & SIGNAL MI…
Browse files Browse the repository at this point in the history
…SISING IMPORT for no-std
  • Loading branch information
brody4hire committed Jan 17, 2025
1 parent b82f877 commit af41fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ jobs:
# Check wgpu-types with all features except "std".
cargo clippy --target ${{ matrix.target }} ${{ matrix.extra-flags }} -p wgpu-types --no-default-features --features strict_asserts,fragile-send-sync-non-atomic-wasm,serde,counters
# XXX TODO ENABLE
# XXX TODO ENABLE:
# check wgpu-core with all no-std features (all features possible for no-std)
# XXX TODO IMPORVE COMMA-SEPARATED no-std feature list here
# XXX TODO IMPROVE COMMA-SEPARATED no-std feature list here
# cargo clippy --target ${{ matrix.target }} ${{ matrix.extra-flags }} -p wgpu-core --no-default-features --features counters,api_log_info,resource_log_info,renderdoc,strict_asserts,indirect-validation,serde,raw-window-handle,wgsl,glsl,fragile-send-sync-non-atomic-wasm,metal,vulkan,gles,dx12
# Building for native platforms with standard tests.
Expand Down

0 comments on commit af41fdb

Please sign in to comment.