From 4ac7087306f3449f490450abb5bfae25effc51a3 Mon Sep 17 00:00:00 2001 From: Yedaya Katsman Date: Sat, 31 May 2025 21:47:26 +0300 Subject: [PATCH] docs/tests: remove mention of hyper Closes #17500 --- docs/tests/CI.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tests/CI.md b/docs/tests/CI.md index e126ab4c32..d101e3563c 100644 --- a/docs/tests/CI.md +++ b/docs/tests/CI.md @@ -58,7 +58,6 @@ GitHub Actions runs the following tests: - macOS tests with a variety of different compilation options - Fuzz tests ([see the curl-fuzzer repo for more info](https://github.com/curl/curl-fuzzer)). -- curl compiled using the Rust TLS backend with Hyper These are each configured in different files in `.github/workflows`. -- 2.47.3