mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-08-20 09:13:13 +08:00
Simplify invoking test_script.sh
This commit is contained in:
parent
711fd6a0d8
commit
f219b1fffb
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user