Skip to content

Commit

Permalink
Add CI test feature back
Browse files Browse the repository at this point in the history
I thought it broke CI, but it actually seems to be an
update to `thiserror` that is breaking things
  • Loading branch information
Jondolf committed Jul 7, 2023
1 parent fcd00f3 commit 263338c
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 @@ -33,7 +33,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable
- name: Run cargo test
run: cargo test --no-default-features --features enhanced-determinism,bevy_xpbd_2d/2d,bevy_xpbd_3d/3d,bevy_xpbd_2d/f64,bevy_xpbd_3d/f64
run: cargo test --no-default-features --features enhanced-determinism,collider-from-mesh,bevy_xpbd_2d/2d,bevy_xpbd_3d/3d,bevy_xpbd_2d/f64,bevy_xpbd_3d/f64

lints:
name: Lints
Expand Down

0 comments on commit 263338c

Please sign in to comment.