diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 57ad4da..cdb7740 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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