Skip to content

Commit

Permalink
Add CI to use tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Dec 30, 2021
1 parent 1205240 commit 3f28b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
# check with all features
# explicitly don't mention wgpu-hal so that --all-features don't apply to it
cargo ${{matrix.tool}} --target ${{ matrix.target }} -p wgpu -p wgpu-core -p wgpu-info -p player --examples --tests --all-features
cargo ${{matrix.tool}} --target ${{ matrix.target }} -p wgpu -p wgpu-core -p wgpu-info -p player --examples --tests --all-features --features profiling/profile-with-tracing
# build docs
cargo doc --target ${{ matrix.target }} --no-deps
Expand Down

0 comments on commit 3f28b0e

Please sign in to comment.