diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6571fc..c0aeb6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Tests run: | cargo build --verbose --features "${{ matrix.features }}" - cargo doc --verbose --features "${{ matrix.features }}" + cargo doc --verbose --features "${{ matrix.features }}" --no-deps cargo test --verbose --features "${{ matrix.features }}" cargo test --release --verbose --features "${{ matrix.features }}" - name: Test run benchmarks