From 2b3a9555edc2f9e2625d038e12052742801f554a Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Tue, 30 Apr 2024 14:25:28 +0300 Subject: [PATCH] Again --- .github/workflows/firefox.yml | 14 +++++++------- test/test.sh | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/firefox.yml b/.github/workflows/firefox.yml index 4dfa147bc6..463a319ae4 100644 --- a/.github/workflows/firefox.yml +++ b/.github/workflows/firefox.yml @@ -37,14 +37,14 @@ jobs: - name: Check out Neqo uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - - name: Maximize build space - if: runner.os == 'Linux' - uses: ./.github/actions/maximize-build-space + # - name: Maximize build space + # if: runner.os == 'Linux' + # uses: ./.github/actions/maximize-build-space - # The previous step blew it away, so we need to check it out again. - - name: Check out Neqo again - if: runner.os == 'Linux' - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + # # The previous step blew it away, so we need to check it out again. + # - name: Check out Neqo again + # if: runner.os == 'Linux' + # uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - name: Check out Firefox uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 diff --git a/test/test.sh b/test/test.sh index dc02b2161c..2c22e9b6c8 100755 --- a/test/test.sh +++ b/test/test.sh @@ -17,7 +17,7 @@ cargo build --bin neqo-client --bin neqo-server addr=127.0.0.1 port=4433 path=/20000 -flags="--verbose --qlog-dir $tmp --use-old-http --alpn hq-interop --quic-version 1" +flags="--verbose --verbose --verbose --qlog-dir $tmp --use-old-http --alpn hq-interop --quic-version 1" if [ "$(uname -s)" != "Linux" ]; then iface=lo0 else