From 6b86ea9fb31d9a65bdfe63ffd70b9fbd72a9f656 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Thu, 19 Feb 2026 06:14:03 +0900 Subject: [PATCH] CI: Use preinstalled Rust (#41) --- .github/workflows/ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed9578a..fcc793b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,12 +13,6 @@ jobs: steps: - uses: actions/checkout@v3 - - - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ matrix.rust }} - - - run: cargo build --all-features - run: cargo test - run: cargo test --all-features - run: cargo test --features big-table @@ -36,12 +30,6 @@ jobs: steps: - uses: actions/checkout@v3 - - - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ matrix.rust }} - components: clippy - - run: cargo clippy -- -D warnings rustfmt: @@ -54,12 +42,6 @@ jobs: steps: - uses: actions/checkout@v3 - - - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ matrix.rust }} - components: rustfmt - - run: cargo fmt --check --all coverage: