mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-22 23:19:37 +00:00
--target doesn't work here.
This commit is contained in:
parent
2f0ced4eaf
commit
f3705a1856
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: --all --target wasm32-unknown-unknown -- --check
|
||||
args: --all -- --check
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user