diff options
| author | Mooneer Salem <[email protected]> | 2023-10-01 21:02:08 -0700 |
|---|---|---|
| committer | Mooneer Salem <[email protected]> | 2023-10-01 21:02:08 -0700 |
| commit | fb259ac0aeca7423a4ddc4c5a0c43784425d6a69 (patch) | |
| tree | d9435b1ec8b9091ab5457ba5aca1cdb5dea783d5 | |
| parent | 9e08593181f15daba4c7d3488fb33a03b3adcbaa (diff) | |
Disable extra debugging in GitHub action.ms-sm1000-ctest-qemu
| -rw-r--r-- | .github/workflows/cmake-sm1000.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-sm1000.yml b/.github/workflows/cmake-sm1000.yml index 7a11039..18f87ce 100644 --- a/.github/workflows/cmake-sm1000.yml +++ b/.github/workflows/cmake-sm1000.yml @@ -59,4 +59,4 @@ jobs: shell: bash run: | export PATH=${{github.workspace}}/stm32/gcc-arm-none-eabi-8-2018-q4-major/bin:$PATH - ctest -V + make test |
