mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Add Benchmarks (#5694)
This commit is contained in:
committed by
GitHub
parent
3a798859cd
commit
eeb1a9d7b7
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -226,7 +226,7 @@ jobs:
|
||||
cargo clippy --target ${{ matrix.target }} --no-default-features
|
||||
|
||||
# Check with all features.
|
||||
cargo clippy --target ${{ matrix.target }} --tests --all-features
|
||||
cargo clippy --target ${{ matrix.target }} --tests --benches --all-features
|
||||
|
||||
# build docs
|
||||
cargo +${{ env.DOCS_RUST_VERSION }} doc --target ${{ matrix.target }} --all-features --no-deps
|
||||
|
||||
Reference in New Issue
Block a user