mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:49:37 +00:00
Also disable default features for Linux when running Clippy.
This commit is contained in:
parent
f275e506df
commit
5c9c649505
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -40,6 +40,12 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features
|
||||
if: ${{ runner.os != 'Linux' }}
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --no-default-features
|
||||
if: ${{ runner.os == 'Linux' }}
|
||||
|
||||
check_web:
|
||||
name: Check Web
|
||||
|
|
Loading…
Reference in New Issue
Block a user