From fa6375179cb0d131d67e5e61404284ce3adefb49 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sun, 31 Dec 2023 15:04:25 -0500 Subject: [PATCH] terminal --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fbd1f8713d..0a0b5f6fe27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Stable run: cargo test - name: Stable (no default features) - run: cargo test --no-default-features + run: cargo test -p alacritty_terminal --no-default-features - name: Oldstable run: | rustup default 1.70.0