From c2ce3b9939f674b784ac93e92f2de2343cde5e3a Mon Sep 17 00:00:00 2001 From: Lennard Kittner Date: Thu, 27 Mar 2025 22:29:26 +0100 Subject: [PATCH] Fix workflow --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0e7a012..e5d5362 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,9 +15,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Build - run: cargo build --verbose --bin cli_app + run: cargo build --verbose --bin hyper_headset_cli - name: test - run: cargo test --bin cli_app + run: cargo test --bin hyper_headset_cli build-linux: runs-on: ubuntu-latest