From c45d7b6991952df642d95d20fee293c0638edb9d Mon Sep 17 00:00:00 2001 From: l1npengtul Date: Sat, 31 Dec 2022 16:40:07 +0900 Subject: [PATCH] test fail warnings --- .github/workflows/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 35ef85b..50f83d4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -32,7 +32,8 @@ jobs: - name: Cargo Doc Core run: | cd nokhwa-core/ - cargo doc --features "test-fail-warning, docs-features" + cargo doc --features "test-fail-warnings, docs-features" + - name: Cargo Doc Main Crate run: | cd ..