Skip to content

Commit

Permalink
ci: test on stable as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 8, 2024
1 parent ba4f981 commit b8bf4a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
matrix:
include:
- {platform: ubuntu-latest, rust: nightly}
- {platform: ubuntu-latest, rust: stable}
- {platform: windows-latest, rust: nightly}
- {platform: macos-latest, rust: nightly}

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit b8bf4a3

Please sign in to comment.