Skip to content

Commit

Permalink
ci: Enable same features as docs.rs in cargo doc (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jul 22, 2024
1 parent 7374653 commit a36d75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rapier-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Cargo doc
run: cargo doc -p rapier3d -p rapier2d -p rapier3d-stl -p rapier3d-urdf
run: cargo doc --features parallel,simd-stable,serde-serialize,debug-render -p rapier3d -p rapier2d -p rapier3d-stl -p rapier3d-urdf
build-native:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit a36d75e

Please sign in to comment.