mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
ci: fix integration test running with and without GSO (#4043)
This commit is contained in:
parent
d22854641a
commit
e058f56643
1 changed files with 3 additions and 3 deletions
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
|
@ -37,10 +37,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 enabled
|
||||
if: success() || failure() # run this step even if the previous one failed
|
||||
- name: Run self tests, with GSO disabled
|
||||
if: ${{ matrix.os == 'ubuntu' && (success() || failure()) # run this step even if the previous one failed
|
||||
env:
|
||||
QUIC_GO_ENABLE_GSO: true
|
||||
QUIC_GO_DISABLE_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: ${{ matrix.os != 'macos' && (success() || failure()) }} # run this step even if the previous one failed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue