From 384b10ac17eba1766c3f8a5db6925ce834745a33 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 20 Feb 2024 12:23:29 +0100 Subject: [PATCH] Increase log level --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3c5f58b69..7c46c4267 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -121,7 +121,7 @@ jobs: - name: Run tests and determine coverage run: | - cargo +${{ matrix.rust-toolchain }} test -p neqo-common --all-targets --all-features datagram_tos -- --nocapture + RUST_LOG=debug cargo +${{ matrix.rust-toolchain }} test -p neqo-common --all-targets --all-features datagram_tos -- --nocapture cargo +${{ matrix.rust-toolchain }} bench --features bench --no-run - name: Run client/server transfer