Skip to content

Commit

Permalink
Stop building doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yescallop committed Apr 10, 2024
1 parent 0d6a539 commit 57ed6cd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-latest
env:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: --cfg docsrs
steps:
- uses: actions/checkout@v4
- name: Install Rust nightly
Expand All @@ -19,7 +18,3 @@ jobs:
run: cargo test
- name: Test with all features
run: cargo test --all-features
- name: Build doc with no features
run: cargo doc
- name: Build doc with all features
run: cargo doc

0 comments on commit 57ed6cd

Please sign in to comment.