fix ci(hopefully) and fix suboptimal behavior in bevy_xr_utils

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-10-21 23:32:59 +02:00
parent da659899d4
commit 6666339134
4 changed files with 25 additions and 32 deletions

View File

@@ -24,11 +24,7 @@ jobs:
- run: rustup toolchain install stable --profile minimal --no-self-update
- uses: ./
with:
workspaces: .
- run: cargo check
- run: cargo check --all --all-targets
working-directory: .
check_wasm:
@@ -43,9 +39,8 @@ jobs:
- run: rustup toolchain install stable --profile minimal --target wasm32-unknown-unknown --no-self-update
- uses: ./
with:
workspaces: .
- run: cargo check --target wasm32-unknown-unknown
- run: cargo check --target wasm32-unknown-unknown -p bevy_mod_xr
- run: cargo check --target wasm32-unknown-unknown -p bevy_mod_openxr
- run: cargo check --target wasm32-unknown-unknown -p bevy_mod_webxr
- run: cargo check --target wasm32-unknown-unknown -p bevy_mod_xr_utils
working-directory: .