Skip to content

Commit b794928

Browse files
committed
Update tests
1 parent 437d17e commit b794928

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/dev_python3_10.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969

7070
# - name: Test Record Module
7171
# run: python ./test/unit_test/record/record_test.py
72-
- name: Test Total Record
73-
run: python ./test/unit_test/total_record/total_record_test.py
72+
# - name: Test Total Record
73+
# run: python ./test/unit_test/total_record/total_record_test.py
7474

7575
- name: Test Execute Action
7676
run: python ./test/unit_test/execute_action/execute_action_test.py

.github/workflows/dev_python3_11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767

6868
# - name: Test Record Module
6969
# run: python ./test/unit_test/record/record_test.py
70-
- name: Test Total Record
71-
run: python ./test/unit_test/total_record/total_record_test.py
70+
# - name: Test Total Record
71+
# run: python ./test/unit_test/total_record/total_record_test.py
7272

7373
- name: Test Execute Action
7474
run: python ./test/unit_test/execute_action/execute_action_test.py

.github/workflows/dev_python3_12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767

6868
# - name: Test Record Module
6969
# run: python ./test/unit_test/record/record_test.py
70-
- name: Test Total Record
71-
run: python ./test/unit_test/total_record/total_record_test.py
70+
# - name: Test Total Record
71+
# run: python ./test/unit_test/total_record/total_record_test.py
7272

7373
- name: Test Execute Action
7474
run: python ./test/unit_test/execute_action/execute_action_test.py

.github/workflows/stable_python3_10.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969

7070
# - name: Test Record Module
7171
# run: python ./test/unit_test/record/record_test.py
72-
- name: Test Total Record
73-
run: python ./test/unit_test/total_record/total_record_test.py
72+
# - name: Test Total Record
73+
# run: python ./test/unit_test/total_record/total_record_test.py
7474

7575
- name: Test Execute Action
7676
run: python ./test/unit_test/execute_action/execute_action_test.py

.github/workflows/stable_python3_11.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767

6868
# - name: Test Record Module
6969
# run: python ./test/unit_test/record/record_test.py
70-
- name: Test Total Record
71-
run: python ./test/unit_test/total_record/total_record_test.py
70+
# - name: Test Total Record
71+
# run: python ./test/unit_test/total_record/total_record_test.py
7272

7373
- name: Test Execute Action
7474
run: python ./test/unit_test/execute_action/execute_action_test.py

.github/workflows/stable_python3_12.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767

6868
# - name: Test Record Module
6969
# run: python ./test/unit_test/record/record_test.py
70-
- name: Test Total Record
71-
run: python ./test/unit_test/total_record/total_record_test.py
70+
# - name: Test Total Record
71+
# run: python ./test/unit_test/total_record/total_record_test.py
7272

7373
- name: Test Execute Action
7474
run: python ./test/unit_test/execute_action/execute_action_test.py

0 commit comments

Comments
 (0)