From cfd35d270802dba4e0a44c7ac0697ae38cd11760 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 4 Feb 2024 20:19:47 -0800 Subject: [PATCH] ci: Missed a spot Signed-off-by: John Nunley --- .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 c2937a076..90b6f6160 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: if: > !contains(matrix.platform.target, 'redox') && matrix.toolchain != '1.70.0' - run: cargo $CMD test --no-run $OPTIONS --features serde + run: cargo $CMD test --no-run $OPTIONS -p winit --features serde - name: Run tests with serde enabled if: >