From c4f976812be11a3953b3e78c776f3bb29a9ac12b Mon Sep 17 00:00:00 2001 From: subalterngames Date: Mon, 10 Jun 2024 15:16:16 -0400 Subject: [PATCH] what if --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 433af99..edd9ab2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -72,8 +72,8 @@ jobs: # Test for Ubuntu 20.04 - name: Test run: | - systemctl start speech-dispatcher - cargo test --all --features speech_dispatcher_0_9 + speech-dispatcher -d & + cargo test --all --features speech_dispatcher_0_11 if: matrix.os == 'ubuntu-20.04' # Test for Ubuntu 22.04