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