Skip to content

Commit

Permalink
github: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Aug 9, 2024
1 parent a74527f commit 49ac969
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ jobs:
strategy:
matrix:
toolchain:
- 1.48.0
- 1.63.0
- stable
- nightly
steps:
- name: Checkout the source code
uses: actions/checkout@master
- name: Install Rust
run: |
rustup toolchain update --no-self-update ${{ matrix.toolchain }}
rustup default ${{ matrix.toolchain }}
- name: Build
run: cargo build --all
- name: Test
run: cargo test --all
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: clippy
toolchain: ${{ matrix.toolchain }}
- run: cargo clippy
- run: cargo test --all

0 comments on commit 49ac969

Please sign in to comment.