From 40158487a238b0288977c7b0a3f4146e90d72c54 Mon Sep 17 00:00:00 2001 From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:12:16 +0200 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c3d98b97..b5594a2a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -91,12 +91,6 @@ jobs: command: build args: --features flamegraph,prost-codec --target ${{ matrix.target }} - - name: Run cargo build protobuf - uses: actions-rs/cargo@v1.0.3 - 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/cargo@v1.0.3 @@ -147,9 +141,3 @@ jobs: with: command: test args: --features flamegraph,prost-codec --target ${{ matrix.target }} - - - name: Run cargo test protobuf - uses: actions-rs/cargo@v1.0.3 - with: - command: test - args: --features flamegraph,protobuf-codec --target ${{ matrix.target }}