mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-12 23:45:56 +00:00
Fix copy-paste error.
This commit is contained in:
parent
c434d02f69
commit
ea25cc6e3b
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -42,13 +42,9 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --all-features --examples
|
||||
if: ${{ runner.os != 'Linux' }}
|
||||
- uses: actions-rs/cargo@v1
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
command: check
|
||||
args: --no-default-features --examples
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --no-default-features
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user