Skip to content

Commit acf6a50

Browse files
committed
removed --lib tests from ci because now part of dimforge#626
1 parent 71a0533 commit acf6a50

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ jobs:
5858
run: cargo test --verbose -p bevy_rapier2d
5959
- name: Test for bevy_rapier3d
6060
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-
- name: Unit Tests for bevy_rapier3d without default features
64-
run: cargo test -p bevy_rapier3d --no-default-features --features dim3 --lib
6561
test-wasm:
6662
runs-on: ubuntu-latest
6763
env:

0 commit comments

Comments
 (0)