Skip to content

Commit f5d6dc5

Browse files
committed
ci: run fmt-clippy-docs on beta
1 parent cf18985 commit f5d6dc5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@master
8080

81-
- name: nightly setup
82-
run: |
83-
rustup toolchain install nightly
84-
rustup default nightly
81+
- name: beta install
82+
run: rustup toolchain install beta
83+
84+
- name: beta setup
85+
run: rustup default beta
8586

8687
- name: clippy
8788
run: cargo clippy --workspace --bins --examples --tests -- -D warnings

0 commit comments

Comments
 (0)