fix ci(hopefully) and fix suboptimal behavior in bevy_xr_utils
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
15
.github/workflows/ci.yaml
vendored
15
.github/workflows/ci.yaml
vendored
@@ -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: .
|
||||
|
||||
Reference in New Issue
Block a user