Skip to content

Commit

Permalink
test: switch docs test to nightly, add all features used for docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
pv42 committed Aug 26, 2024
1 parent 9f453e7 commit 48386be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
- name: Build docs
run: cargo doc
run: cargo doc --features "default all-dialects emit-description emit-extensions format-generated-code tokio-1 signing"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 48386be

Please sign in to comment.