Skip to content

Commit

Permalink
ci: test on stable rust
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloxaf committed Sep 26, 2024
1 parent f5c0412 commit dc3d141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
components: rustfmt, clippy
override: true

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true

- name: Cargo check
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true

- name: Cargo check
Expand Down

0 comments on commit dc3d141

Please sign in to comment.