mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 12:19:37 +00:00
Install necessary targets and simplify further.
This commit is contained in:
parent
5470b9557d
commit
3c9a78a953
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
|||
if: ${{ runner.os == 'Linux' }}
|
||||
- run: |
|
||||
rustup toolchain install stable
|
||||
cargo check --all-features --examples
|
||||
cargo fmt --all --check
|
||||
cargo clippy --all-features
|
||||
|
||||
|
@ -28,7 +27,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
rustup toolchain install stable
|
||||
cargo check --all-features --examples --target wasm32-unknown-unknown
|
||||
rustup target add wasm32-unknown-unknown
|
||||
cargo fmt --all --check
|
||||
cargo clippy --all-features --target wasm32-unknown-unknown
|
||||
|
||||
|
@ -50,5 +49,6 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
rustup toolchain install stable
|
||||
rustup target add wasm32-unknown-unknown
|
||||
cargo install cargo-make
|
||||
cargo make build-web-example
|
||||
|
|
Loading…
Reference in New Issue
Block a user