diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3aaae5f8a..7b652a706 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ on: push: - branches: [ "main" ] + branches: ["main"] pull_request: name: CI @@ -48,8 +48,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] - rust: [ stable ] + os: [ubuntu-latest,macos-latest,windows-latest ] + rust: [stable] include: # Make 1.64 MSRV, as it's Tonic 0.10's MSRV. - rust: 1.64.0