mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-11-21 19:35: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:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: --all-features
|
args: --all-features
|
||||||
- uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: check
|
|
||||||
args: --all-features --examples
|
|
||||||
if: ${{ runner.os != 'Linux' }}
|
if: ${{ runner.os != 'Linux' }}
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/clippy-check@v1
|
||||||
with:
|
with:
|
||||||
command: check
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: --no-default-features --examples
|
args: --no-default-features
|
||||||
if: ${{ runner.os == 'Linux' }}
|
if: ${{ runner.os == 'Linux' }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user