aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2024-07-22 16:45:11 +0700
committerGitHub <noreply@github.com>2024-07-22 11:45:11 +0200
commita36d75e79bb329a13ee666854367c7baaeebfacd (patch)
tree7cef42a77ef966eabfaf1150e6b407f033942eae
parent7374653338cf1a2669aa8b072ff5376262149474 (diff)
downloadrapier-a36d75e79bb329a13ee666854367c7baaeebfacd.tar.gz
rapier-a36d75e79bb329a13ee666854367c7baaeebfacd.tar.bz2
rapier-a36d75e79bb329a13ee666854367c7baaeebfacd.zip
ci: Enable same features as docs.rs in cargo doc (#697)
-rw-r--r--.github/workflows/rapier-ci-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rapier-ci-build.yml b/.github/workflows/rapier-ci-build.yml
index 984bb86..3962323 100644
--- a/.github/workflows/rapier-ci-build.yml
+++ b/.github/workflows/rapier-ci-build.yml
@@ -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: