From 2c03b3f8f4403a0b3efe54b1d3e7f3c62af94bdc Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sat, 13 Jul 2024 19:02:00 -0500 Subject: [PATCH] update unit test --- .github/workflows/rust.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index baf55d5c..e3485ad1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,9 +36,11 @@ jobs: toolchain: stable - name: Build run: cargo build --release --verbose + - name: Move linutil binary + run: mv target/release/linutil linutil - name: Replace linutil binary uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Replace linutil binary" - file_pattern: target/release/linutil + file_pattern: linutil commit_options: "--allow-empty --no-verify" \ No newline at end of file