Skip to content

Commit

Permalink
chore: temporary disable doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
nixon-voxell committed Jun 2, 2024
1 parent e592e5b commit 32a2b95
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ jobs:
- run: cargo test --workspace --all-features --all-targets

# Note: cargo test --all-targets disables doc tests, so we have to add this to test docs
doctest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
- run: cargo test --workspace --all-features --doc

# doctest:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@stable
# - uses: Swatinem/rust-cache@v2
# - run: sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
# - run: cargo test --workspace --all-features --doc

0 comments on commit 32a2b95

Please sign in to comment.