File tree 3 files changed +19
-4
lines changed
3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11
11
FLAKY_TESTS : dontcare
12
12
13
13
jobs :
14
- build-windows :
14
+ build-windows-with-quic :
15
15
runs-on : windows-latest
16
16
steps :
17
17
- uses : actions/checkout@v2
24
24
- name : Environment Information
25
25
run : npx envinfo
26
26
- name : Build
27
- run : ./vcbuild.bat
27
+ run : ./vcbuild.bat experimental-quic
Original file line number Diff line number Diff line change 25
25
run : make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn"
26
26
- name : Test
27
27
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 11
11
FLAKY_TESTS : dontcare
12
12
13
13
jobs :
14
- test-macOS :
14
+ test-macOS-with-quic :
15
15
runs-on : macos-latest
16
16
steps :
17
17
- uses : actions/checkout@v2
22
22
- name : Environment Information
23
23
run : npx envinfo
24
24
- 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 "
26
26
- name : Test
27
27
run : make run-ci -j8 V=1 TEST_CI_ARGS="-p dots"
You can’t perform that action at this time.
0 commit comments