summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2024-01-02 03:05:12 -0500
committerChristian Duerr <contact@christianduerr.com>2024-01-06 08:59:54 +0100
commit6e7895b2afec21454c2352bd872d39ef93759308 (patch)
tree281fad482170be78ec65b312e9e5872257a58fd7 /.github
parent3a2b959f8d003dba3d737a981d645c8f51b36472 (diff)
downloadalacritty-6e7895b2afec21454c2352bd872d39ef93759308.tar.gz
alacritty-6e7895b2afec21454c2352bd872d39ef93759308.zip
Fix serde tests without default features
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
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