Also disable default features for Linux when running Clippy.

This commit is contained in:
Nolan Darilek 2022-03-10 14:07:18 -06:00
parent f275e506df
commit 5c9c649505
1 changed files with 6 additions and 0 deletions

View File

@ -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