Commit 4015848 1 parent 5a2e5cc commit 4015848 Copy full SHA for 4015848
File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 91
91
command : build
92
92
args : --features flamegraph,prost-codec --target ${{ matrix.target }}
93
93
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
-
100
94
- name : Run cargo build frame pointer
101
95
if : ${{ matrix.toolchain == 'nightly' && matrix.os == 'ubuntu-latest' }}
102
96
uses : actions-rs/cargo@v1.0.3
@@ -147,9 +141,3 @@ jobs:
147
141
with :
148
142
command : test
149
143
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 }}
You can’t perform that action at this time.
0 commit comments