Skip to content

Commit

Permalink
Test on stable and MSRV
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <neikos@neikos.email>
  • Loading branch information
TheNeikos authored and marcianx committed Sep 1, 2023
1 parent 8fd5fe6 commit 70fca75
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [stable, 1.36]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: ${{ matrix.toolchain }}
components: clippy
- name: Build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 70fca75

Please sign in to comment.