From 841d4f34fa924360f247980bf070fbb9ae1314b9 Mon Sep 17 00:00:00 2001 From: TheFelidae Date: Thu, 12 Dec 2024 22:12:44 -0800 Subject: [PATCH] changed clippy command --- .github/_config.yml | 1 + .github/workflows/cargo_test.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/_config.yml diff --git a/.github/_config.yml b/.github/_config.yml new file mode 100644 index 0000000..106fc2f --- /dev/null +++ b/.github/_config.yml @@ -0,0 +1 @@ +theme: Cayman \ No newline at end of file diff --git a/.github/workflows/cargo_test.yml b/.github/workflows/cargo_test.yml index d902415..687f56f 100644 --- a/.github/workflows/cargo_test.yml +++ b/.github/workflows/cargo_test.yml @@ -35,7 +35,7 @@ jobs: run: cargo fmt --check - name: Check Clippy - run: cargo clippy --all --all-features -- -D warnings + run: cargo clippy --verbose - name: Build crate run: cargo build --all --all-features