mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:29:38 +00:00
Tweak features used in CI builds.
This commit is contained in:
parent
f6766ec633
commit
daaead1dc3
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -17,8 +17,8 @@ jobs:
|
|||
if: ${{ runner.os == 'Linux' }}
|
||||
- run: |
|
||||
rustup toolchain install stable
|
||||
cargo fmt --all --check
|
||||
cargo clippy --all-features
|
||||
cargo fmt --check
|
||||
cargo clippy
|
||||
|
||||
check_web:
|
||||
name: Check Web
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
rustup toolchain install stable
|
||||
rustup target add wasm32-unknown-unknown
|
||||
cargo fmt --all --check
|
||||
cargo clippy --all-features --target wasm32-unknown-unknown
|
||||
cargo clippy --target wasm32-unknown-unknown
|
||||
|
||||
check_android:
|
||||
name: Check Android
|
||||
|
|
Loading…
Reference in New Issue
Block a user