From e742c16e97e6036d0e92d88847f551feef6150cc Mon Sep 17 00:00:00 2001 From: hnakashima Date: Wed, 17 Jan 2024 23:01:51 +0900 Subject: [PATCH] chore: Fix CI --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c7da61..fe1ceb5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin # - run: cargo fmt --all --check - run: cargo check --workspace - - run: cargo clippy --all-targets --all-features -- -D warnings -Aclippy::multiple_crate_versions + - run: cargo clippy --all-features -- -D warnings - run: cargo test --doc -- --show-output - run: cargo nextest run @@ -35,6 +35,6 @@ jobs: uses: dtolnay/rust-toolchain@nightly - name: Run benchmarks - run: cargo +nightly bench --locked --all-features + run: cargo +nightly bench env: RUSTFLAGS: --cfg=bench \ No newline at end of file