Skip to content

Commit

Permalink
Merge pull request http-rs#31 from Fishrock123/fix-ci
Browse files Browse the repository at this point in the history
CI: run fmt & docs on nightly for #[feature]
  • Loading branch information
yoshuawuyts committed Jul 9, 2020
2 parents 0cf1f9f + 4da3657 commit 46e9b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -52,11 +52,11 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Install stable toolchain
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true
components: rustfmt

Expand Down

0 comments on commit 46e9b84

Please sign in to comment.