Simplify invoking test_script.sh

This commit is contained in:
Michele Locati 2023-10-06 14:41:10 +02:00
parent 711fd6a0d8
commit f219b1fffb
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B

View File

@ -24,7 +24,7 @@ jobs:
- name: Make
run: make
- name: CLI tests
run: bash -e -x ./test_script.sh
run: ./test_script.sh
- name: SQL tests
run: bash -e -x ./test_sql.sh
- name: ODBC tests
@ -63,7 +63,7 @@ jobs:
- name: Make
run: make
- name: CLI tests
run: bash -e -x ./test_script.sh
run: ./test_script.sh
- name: SQL tests
run: bash -e -x ./test_sql.sh
- name: ODBC tests
@ -138,6 +138,6 @@ jobs:
- name: Make
run: make
- name: Test
run: bash -e -x ./test_script.sh
run: ./test_script.sh
- name: SQL Test
run: bash -e -x ./test_sql.sh