Skip to content

Commit

Permalink
Avoid testing on nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Dec 10, 2024
1 parent 8baecef commit c97251a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [stable, nightly]
rust: [stable]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [stable, nightly]
rust: [stable]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit c97251a

Please sign in to comment.