diff --git a/.github/workflows/TestDebug.yml b/.github/workflows/TestDebug.yml index 900c2e2..d5e56ce 100644 --- a/.github/workflows/TestDebug.yml +++ b/.github/workflows/TestDebug.yml @@ -39,4 +39,4 @@ jobs: - name: Build and Test shell: bash run: | - make debug test \ No newline at end of file + make test_debug \ No newline at end of file