File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1111 FLAKY_TESTS : dontcare
1212
1313jobs :
14- build-windows :
14+ build-windows-with-quic :
1515 runs-on : windows-latest
1616 steps :
1717 - uses : actions/checkout@v2
2424 - name : Environment Information
2525 run : npx envinfo
2626 - name : Build
27- run : ./vcbuild.bat
27+ run : ./vcbuild.bat experimental-quic
Original file line number Diff line number Diff line change 2525 run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
2626 - name : Test
2727 run : make run-ci -j2 V=1 TEST_CI_ARGS="-p dots"
28+
29+ test-linux-with-quic :
30+ runs-on : ubuntu-latest
31+ steps :
32+ - uses : actions/checkout@v2
33+ - name : Set up Python ${{ env.PYTHON_VERSION }}
34+ uses : actions/setup-python@v1
35+ with :
36+ python-version : ${{ env.PYTHON_VERSION }}
37+ - name : Environment Information
38+ run : npx envinfo
39+ - name : Build
40+ run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn --experimental-quic"
41+ - name : Test
42+ run : make run-ci -j2 V=1 TEST_CI_ARGS="-p dots"
Original file line number Diff line number Diff line change 1111 FLAKY_TESTS : dontcare
1212
1313jobs :
14- test-macOS :
14+ test-macOS-with-quic :
1515 runs-on : macos-latest
1616 steps :
1717 - uses : actions/checkout@v2
2222 - name : Environment Information
2323 run : npx envinfo
2424 - name : Build
25- run : make build-ci -j8 V=1 CONFIG_FLAGS="--error-on-warn"
25+ run : make build-ci -j8 V=1 CONFIG_FLAGS="--error-on-warn --experimental-quic "
2626 - name : Test
2727 run : make run-ci -j8 V=1 TEST_CI_ARGS="-p dots"
You can’t perform that action at this time.
0 commit comments