Skip to content

Commit b92c2f5

Browse files
committed
added member frame for class object
disable format check, cppcheck, clang tidy for linux-all-steps
1 parent 5e9152d commit b92c2f5

File tree

5 files changed

+223
-210
lines changed

5 files changed

+223
-210
lines changed

.github/workflows/actions-develop.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)