From c912b04371543831544c3ef7ea6f733f5eb1075c Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Sat, 13 Jul 2024 17:25:58 -0500 Subject: [PATCH] rust unit test --- .github/workflows/rust.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d89afbf9..9a8a27e5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -72,5 +72,11 @@ jobs: path: target/debug - name: Run tests run: cargo test --verbose + - name: Move linutil to root + run: mv target/debug/linutil linutil - name: Replace linutil binary - run: cp target/debug/linutil ./linutil \ No newline at end of file + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: "Replace linutil binary" + file_pattern: linutil + commit_options: "--allow-empty --no-verify" \ No newline at end of file