From cfe1390278e1fe7d70788e63c11610ed4b1f7247 Mon Sep 17 00:00:00 2001 From: Seb Ospina Date: Wed, 25 Dec 2024 22:14:05 +0100 Subject: [PATCH] Discarding old rustc test for home crate requirements --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 694a9da4..c1d8f397 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,6 @@ jobs: - uses: actions/checkout@v4 - name: Stable run: cargo test - - name: Oldstable - run: | - rustup default $(cat alacritty/Cargo.toml | grep "rust-version" | sed 's/.*"\(.*\)".*/\1/') - cargo test - name: Clippy run: | rustup component add clippy