Skip to content

Commit

Permalink
give this a try
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Aug 4, 2024
1 parent b02010b commit 46987e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
toolchain:
- beta
- nightly
- stable
runs-on: ${{ matrix.os }}
steps:
- name: checkout
Expand All @@ -21,7 +25,7 @@ jobs:
with:
components: clippy, rustfmt
default: true
toolchain: 1.79.0
toolchain: ${{ matrix.toolchain }}
- name: build
run: cargo build
- name: clippy
Expand Down

0 comments on commit 46987e3

Please sign in to comment.