diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59bca49d0..0f12eb76c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,26 +17,6 @@ jobs: with: submodules: recursive - - name: Set up Rust - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: ${{ env.RUST_VERSION }} - override: true - components: rustfmt, clippy - - - name: Format Rust Project - run: cargo fmt --manifest-path=./backend/rust-bindings/Cargo.toml --check - - - name: Clippy Rust Project - run: cargo clippy --manifest-path=./backend/rust-bindings/Cargo.toml --tests --release -- --no-deps - - - name: Build Rust Project - run: cargo build --manifest-path=./backend/rust-bindings/Cargo.toml --release - - - name: Test Rust Project - run: cargo test --manifest-path=./backend/rust-bindings/Cargo.toml --release - - name: Setup .NET uses: actions/setup-dotnet@v3 with: