Skip to content

Commit

Permalink
remove mac build and fix windows features
Browse files Browse the repository at this point in the history
  • Loading branch information
kinggoesgaming authored Oct 25, 2019
1 parent 1fdca3b commit 9c162e3
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,6 @@ name: Clippy
on: [push, pull_request]

jobs:
mac-clippy:
name: macOS
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install Toolchain
uses: actions-rs/toolchain@v1
with:
components: clippy
override: true
profile: minimal
toolchain: 1.32.0
- name: Run `cargo clippy`
uses: actions-rs/cargo@v1
with:
command: clippy
args: --features "serde slog std v1 v3 v4 v5" -- -D warnings
linux-clippy:
name: Linux
runs-on: ubuntu-latest
Expand Down Expand Up @@ -56,4 +38,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-features -- -D warnings
args: --features "guid serde slog std v1 v3 v4 v5" -- -D warnings

0 comments on commit 9c162e3

Please sign in to comment.