Fix workflow

This commit is contained in:
Lennard Kittner
2025-03-27 22:29:26 +01:00
parent c855fe3ebe
commit c2ce3b9939

View File

@@ -15,9 +15,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build - name: Build
run: cargo build --verbose --bin cli_app run: cargo build --verbose --bin hyper_headset_cli
- name: test - name: test
run: cargo test --bin cli_app run: cargo test --bin hyper_headset_cli
build-linux: build-linux:
runs-on: ubuntu-latest runs-on: ubuntu-latest