We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a0533 commit acf6a50Copy full SHA for acf6a50
.github/workflows/main.yml
@@ -58,10 +58,6 @@ jobs:
58
run: cargo test --verbose -p bevy_rapier2d
59
- name: Test for bevy_rapier3d
60
run: cargo test --verbose -p bevy_rapier3d
61
- - name: Unit Tests for bevy_rapier3d without default features
62
- run: cargo test -p bevy_rapier3d --no-default-features --features dim3 --lib
63
64
65
test-wasm:
66
runs-on: ubuntu-latest
67
env:
0 commit comments