Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Oct 11, 2024
1 parent 5a2e5cc commit 4015848
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ jobs:
command: build
args: --features flamegraph,prost-codec --target ${{ matrix.target }}

- name: Run cargo build protobuf
uses: actions-rs/[email protected]
with:
command: build
args: --features flamegraph,protobuf-codec --target ${{ matrix.target }}

- name: Run cargo build frame pointer
if: ${{ matrix.toolchain == 'nightly' && matrix.os == 'ubuntu-latest' }}
uses: actions-rs/[email protected]
Expand Down Expand Up @@ -147,9 +141,3 @@ jobs:
with:
command: test
args: --features flamegraph,prost-codec --target ${{ matrix.target }}

- name: Run cargo test protobuf
uses: actions-rs/[email protected]
with:
command: test
args: --features flamegraph,protobuf-codec --target ${{ matrix.target }}

0 comments on commit 4015848

Please sign in to comment.