Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Remove clippy windows
Browse files Browse the repository at this point in the history
not very useful
  • Loading branch information
Sky9x committed Nov 21, 2023
1 parent daf4216 commit e4e6803
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ on:

jobs:
clippy:
name: Clippy ${{matrix.os == 'windows' && '(windows)' || ''}}
runs-on: ${{matrix.os}}-latest
name: Clippy
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows]
env:
RUSTFLAGS: -Dwarnings
steps:
Expand Down

0 comments on commit e4e6803

Please sign in to comment.