Skip to content

Commit

Permalink
ci: remove cargo-docs-rs and build/test in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
denehoffman authored Sep 9, 2024
1 parent 9e4b099 commit 81b5cab
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
run: cargo build -r --verbose
- name: Run tests
run: cargo test --verbose
doc:
name: Documentation
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-docs-rs
- name: Document ganesh
run: cargo docs-rs
run: cargo test -r --verbose

0 comments on commit 81b5cab

Please sign in to comment.