|
|
|
|
@ -86,9 +86,8 @@ jobs:
|
|
|
|
|
fail-fast: false
|
|
|
|
|
matrix:
|
|
|
|
|
# testgroup: [ '.*admin.*-t|.*basic.*-t|.*charset.*-t|.*firewall.*-t|.*kill.*-t|.*max.*-t', 'multiple.*-t', '.*mysql.*-t', '.*prepare.*-t', 'reg_test.*-t', 'save.*-t', '.*set.*-t', '.*sqlite.*-t', '.*ssl.*-t', 'test_.*-t' ]
|
|
|
|
|
# testgroup: [ '' ]
|
|
|
|
|
# testgroup: [ 'kill_connection3-t', 'reg_test_3847_admin_lock-t', 'set_testing-240-t', 'max_connections_ff-t', 'test_server_sess_status-t' ]
|
|
|
|
|
testgroup: ${{ fromJson(needs.builds.outputs.matrix) }}
|
|
|
|
|
testgroup: [ 'set_testing-240-t', '*ssl*-t' ]
|
|
|
|
|
# testgroup: ${{ fromJson(needs.builds.outputs.matrix) }}
|
|
|
|
|
steps:
|
|
|
|
|
|
|
|
|
|
- name: Install dependencies
|
|
|
|
|
|