Skip to content

Commit

Permalink
Merge branch 'main' into benfrankel-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrankel authored Jan 12, 2025
2 parents cf30912 + b97adac commit a1c09cb
Show file tree
Hide file tree
Showing 16 changed files with 1,140 additions and 734 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- name: Run tests
run: |
cargo test --locked --workspace --all-features --all-targets
# Workaround for https://github.com/rust-lang/cargo/issues/6669
cargo test --locked --workspace --all-features --doc
# Running doc tests separately is a workaround for https://github.com/rust-lang/cargo/issues/6669
# Setting LD_LIBRARY_PATH is a workaround for https://github.com/TheBevyFlock/bevy_new_2d/pull/318#issuecomment-2585935350
LD_LIBRARY_PATH="$(rustc --print target-libdir)" cargo test --locked --workspace --all-features --doc
# Run clippy lints.
clippy:
Expand Down
Loading

0 comments on commit a1c09cb

Please sign in to comment.