Skip to content

Commit

Permalink
removed --lib tests from ci because now part of dimforge#626
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Jan 15, 2025
1 parent 71a0533 commit acf6a50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ jobs:
run: cargo test --verbose -p bevy_rapier2d
- name: Test for bevy_rapier3d
run: cargo test --verbose -p bevy_rapier3d
- name: Unit Tests for bevy_rapier3d without default features
run: cargo test -p bevy_rapier3d --no-default-features --features dim3 --lib
- name: Unit Tests for bevy_rapier3d without default features
run: cargo test -p bevy_rapier3d --no-default-features --features dim3 --lib
test-wasm:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit acf6a50

Please sign in to comment.