From d499d235014cc038535ead57dedb99760e83096b Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Sat, 30 Sep 2023 07:12:31 +0900 Subject: [PATCH] Update CI --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 1bedc736..6379ebc9 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -151,7 +151,7 @@ jobs: - name: Cache build artifacts uses: Swatinem/rust-cache@v2.7.0 - name: Check no `rustdoc` lint warnings - run: RUSTDOCFLAGS="-D warnings" cargo doc -p abcrypt --no-deps --document-private-items + run: RUSTDOCFLAGS="-D warnings" cargo doc --workspace --exclude abcrypt-cli --no-deps --document-private-items benchmark: name: Benchmark