Make test_script.sh less verbose (configurable) (#424)

This commit is contained in:
Michele Locati
2023-10-10 08:18:52 -04:00
committed by GitHub
parent bf77523c1d
commit bb83142d47
3 changed files with 130 additions and 23 deletions
+3 -3
View File
@@ -29,7 +29,7 @@ jobs:
- name: Make
run: make
- name: CLI tests
run: ./test_script.sh
run: ./test_script.sh --github
- name: SQL tests
run: bash -e -x ./test_sql.sh
- name: ODBC tests
@@ -71,7 +71,7 @@ jobs:
- name: Make
run: make
- name: CLI tests
run: ./test_script.sh
run: ./test_script.sh --github
- name: SQL tests
run: bash -e -x ./test_sql.sh
- name: ODBC tests
@@ -152,6 +152,6 @@ jobs:
- name: Make
run: make
- name: Test
run: ./test_script.sh
run: ./test_script.sh --github
- name: SQL Test
run: bash -e -x ./test_sql.sh