File tree Expand file tree Collapse file tree 5 files changed +223
-210
lines changed
Expand file tree Collapse file tree 5 files changed +223
-210
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,26 @@ jobs:
2020 cppcheck \
2121 lcov
2222
23- - name : Format Check
24- run : ${{github.workspace}}/format-check.sh
23+ # - name: Format Check
24+ # run: ${{github.workspace}}/format-check.sh
2525
26- - name : CppCheck
27- run : ${{github.workspace}}/cppcheck.sh
26+ # - name: CppCheck
27+ # run: ${{github.workspace}}/cppcheck.sh
2828
2929 - name : Build Develop
3030 run : ${{github.workspace}}/build.sh dev
3131
3232 - name : Run with ASAN
33- run : ${{github.workspace}}/run-asan .sh
33+ run : ${{github.workspace}}/run.sh dev
3434
35- - name : Clang Tidy
36- run : ${{github.workspace}}/clang-tidy.sh
35+ # - name: Clang Tidy
36+ # run: ${{github.workspace}}/clang-tidy.sh
3737
3838 - name : Build Tests
3939 run : ${{github.workspace}}/build.sh test
4040
4141 - name : Run Tests
42- run : ${{github.workspace}}/run-tests .sh
42+ run : ${{github.workspace}}/run.sh test
4343
4444 - name : Unit Tests Coverage
4545 run : ${{github.workspace}}/unit-tests-coverage.sh
You can’t perform that action at this time.
0 commit comments