From c99627630bcd874cd346ef1e7e4ed0c2e6342e8f Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Tue, 14 Jul 2026 14:22:21 -0400 Subject: [PATCH] ci: drop non-existent goose-server crate from TLS matrix job (#10465) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 464e5b816..913909c56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,6 @@ jobs: export CARGO_INCREMENTAL=0 cargo test -p goose --no-default-features --features ${{ matrix.tls-feature }},code-mode cargo test -p goose-providers --no-default-features --features ${{ matrix.tls-feature }} - cargo test -p goose-server --no-default-features --features ${{ matrix.tls-feature }},code-mode cargo test -p goose-cli --no-default-features --features ${{ matrix.tls-feature }},code-mode -- --skip scenario_tests::scenarios::tests cargo test -p goose-cli --no-default-features --features ${{ matrix.tls-feature }},code-mode --jobs 1 scenario_tests::scenarios::tests env: