diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f4af356..870e283 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -65,9 +65,9 @@ jobs: - name: Build run: cargo build - name: Run tests with native-tls - run: RUST_LOG=trace cargo test --verbose + run: RUST_LOG=debug cargo test --verbose - name: Run tests with rustls - run: RUST_LOG=trace cargo test --verbose --no-default-features --features server,client,rustls,noise,websocket-rustls,http2-rustls,hot-reload + run: RUST_LOG=debug 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 }}