From b54d763154eff23692e06500a4aa342d847ef35a Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Sat, 6 Jan 2024 07:05:55 +0100 Subject: Fix serde tests without default features Authored-by: James McCoy --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0a3b788..0a0b5f6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: - uses: actions/checkout@v3 - name: Stable run: cargo test + - name: Stable (no default features) + run: cargo test -p alacritty_terminal --no-default-features - name: Oldstable run: | rustup default 1.70.0 -- cgit v1.2.3-54-g00ecf