diff options
| author | Mooneer Salem <[email protected]> | 2023-09-29 09:13:44 -0700 |
|---|---|---|
| committer | Mooneer Salem <[email protected]> | 2023-09-29 09:13:44 -0700 |
| commit | 617014dd0d16b8cdde91126714ca94a87e8883d6 (patch) | |
| tree | a292adb9114c028779b929b5053c2262353fb535 | |
| parent | d5d7a5302366b5cdc2f98f9a9a3843bec730c7b1 (diff) | |
Add extra debugging for GitHub workflow.
| -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 8809b90..49dbfd4 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 - make VERBOSE=1 test + ctest -V |
