Skip to content

Commit

Permalink
Eh, we really only need to check Rust stable
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Aug 10, 2020
1 parent 9d0eaa7 commit 313341e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on: [push, pull_request]

jobs:
ci:
name: CI with ${{ matrix.rust }} on ${{ matrix.os }}
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [stable, nightly]

steps:
- name: Checkout code
Expand All @@ -19,7 +18,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
toolchain: stable
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit 313341e

Please sign in to comment.