From e6b637af8fce9ba0fdfa339b2fe742e0aa72ea32 Mon Sep 17 00:00:00 2001 From: rucciva Date: Tue, 15 Oct 2024 23:03:03 +0700 Subject: [PATCH] fix ci --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6761765..1334c05 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -67,7 +67,7 @@ jobs: - name: Run tests with native-tls run: cargo test --verbose - name: Run tests with rustls - run: cargo test --verbose --no-default-features --features server,client,rustls,noise,websocket-rustls,hot-reload + run: cargo test --verbose --no-default-features --features server,client,rustls,noise,websocket-rustls,http2-rustls,hot-reload - uses: actions/upload-artifact@v4 with: name: rathole-${{ matrix.target }}