Skip to content

Commit c3b56d0

Browse files
committed
env name
Signed-off-by: Ping Yu <yuping@pingcap.com>
1 parent 7c0af13 commit c3b56d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
env: [ '', 'RUST_PROTOBUF=1' ]
15+
env: [ 'RUST_PROTOBUF=0', 'RUST_PROTOBUF=1' ]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- uses: actions-rs/toolchain@v1
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
strategy:
4242
matrix:
43-
env: [ '', 'RUST_PROTOBUF=1' ]
43+
env: [ 'RUST_PROTOBUF=0', 'RUST_PROTOBUF=1' ]
4444
steps:
4545
- uses: actions/checkout@v2
4646
- uses: actions-rs/toolchain@v1
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
strategy:
6969
matrix:
70-
env: [ '', 'RUST_PROTOBUF=1' ]
70+
env: [ 'RUST_PROTOBUF=0', 'RUST_PROTOBUF=1' ]
7171
steps:
7272
- uses: actions/checkout@v2
7373
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)