From e5873495c19bc152cfda0f752734be1f2e87ca63 Mon Sep 17 00:00:00 2001 From: Aevyrie Roessler Date: Sun, 2 Mar 2025 00:18:54 -0800 Subject: [PATCH] Don't test benchmarks --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 998ce14..63fee5e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -68,7 +68,7 @@ jobs: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2.7.0 - - run: cargo test --all-features --all-targets + - run: cargo test --all-features doctest: runs-on: ubuntu-latest