Skip to content

Commit

Permalink
ci: test and run linter on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
harryfei committed Jan 24, 2022
1 parent 0970571 commit 688ec70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Clippy [Linter]
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup | Checkout
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [stable, nightly]
steps:
- name: Setup | Checkout
Expand Down

0 comments on commit 688ec70

Please sign in to comment.