Skip to content

Commit

Permalink
Fix the doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
idanarye committed Dec 1, 2024
1 parent 6af0359 commit d7f187c
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 @@ -97,7 +97,7 @@ jobs:
path: ~/.cargo
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Run doc tests
run: cargo test --doc --all-features
run: cargo test --doc --all-features --features bevy/bevy_asset,bevy/png
- name: Check docs
run: cargo doc --no-deps --all-features --features bevy/x11 --features bevy/bevy_asset
docs-and-demos-ghpages:
Expand Down

0 comments on commit d7f187c

Please sign in to comment.