Skip to content

Commit

Permalink
chore(ci): Speed up by only test stable for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 16, 2024
1 parent 40c7c3a commit b2bfa20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: [stable, beta, nightly]
toolchain: [stable]
steps:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit b2bfa20

Please sign in to comment.