mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
disable GSO unless QUIC_GO_ENABLE_GSO is set (#3934)
This commit is contained in:
parent
2f872ea0fb
commit
4998733ae1
2 changed files with 4 additions and 4 deletions
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
@ -31,10 +31,10 @@ jobs:
|
|||
- name: Run self tests, using QUIC v2
|
||||
if: success() || failure() # run this step even if the previous one failed
|
||||
run: go run github.com/onsi/ginkgo/v2/ginkgo -r -v -randomize-all -randomize-suites -trace integrationtests/self -- -version=2 ${{ env.QLOGFLAG }}
|
||||
- name: Run set tests, with GSO disabled
|
||||
- name: Run set tests, with GSO enabled
|
||||
if: success() || failure() # run this step even if the previous one failed
|
||||
env:
|
||||
QUIC_GO_DISABLE_GSO: true
|
||||
QUIC_GO_ENABLE_GSO: true
|
||||
run: go run github.com/onsi/ginkgo/v2/ginkgo -r -v -randomize-all -randomize-suites -trace integrationtests/self -- -version=1 ${{ env.QLOGFLAG }}
|
||||
- name: Run tests (32 bit)
|
||||
if: success() || failure() # run this step even if the previous one failed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue