Skip to content

Commit 4da3657

Browse files
committed
CI: run fmt & docs on nightly for #[feature]
1 parent 0cf1f9f commit 4da3657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@master
5454

55-
- name: Install stable toolchain
55+
- name: Install nightly toolchain
5656
uses: actions-rs/toolchain@v1
5757
with:
5858
profile: minimal
59-
toolchain: stable
59+
toolchain: nightly
6060
override: true
6161
components: rustfmt
6262

0 commit comments

Comments
 (0)