Skip to content

Commit 4015848

Browse files
authored
Update rust.yml
1 parent 5a2e5cc commit 4015848

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/rust.yml

-12
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ jobs:
9191
command: build
9292
args: --features flamegraph,prost-codec --target ${{ matrix.target }}
9393

94-
- name: Run cargo build protobuf
95-
uses: actions-rs/cargo@v1.0.3
96-
with:
97-
command: build
98-
args: --features flamegraph,protobuf-codec --target ${{ matrix.target }}
99-
10094
- name: Run cargo build frame pointer
10195
if: ${{ matrix.toolchain == 'nightly' && matrix.os == 'ubuntu-latest' }}
10296
uses: actions-rs/cargo@v1.0.3
@@ -147,9 +141,3 @@ jobs:
147141
with:
148142
command: test
149143
args: --features flamegraph,prost-codec --target ${{ matrix.target }}
150-
151-
- name: Run cargo test protobuf
152-
uses: actions-rs/cargo@v1.0.3
153-
with:
154-
command: test
155-
args: --features flamegraph,protobuf-codec --target ${{ matrix.target }}

0 commit comments

Comments
 (0)