From 39b433d6112f620d7cc09e5a56c626c02f9fdf67 Mon Sep 17 00:00:00 2001 From: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> Date: Thu, 2 Oct 2025 14:31:38 +0700 Subject: [PATCH] Update rust.yml Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com> --- .github/workflows/rust.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3cc97f0017..5a94642791 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,10 +19,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Build - run: cargo build --verbose - working-directory: . - - - name: Run tests - run: cargo test --verbose - working-directory: . + - name: Build with Cargo + run: cargo build --release --manifest-path rust/gbt/Cargo.toml + working-directory: rust/gbt