Enable all tests by default.

This commit is contained in:
chxiao 2023-11-28 16:45:53 +08:00
parent 44ab01fd5f
commit 0f006e06a8

View File

@ -8,7 +8,7 @@ on:
tests_to_run:
description: 'all, single or multiple of default_build_coverage error_check_build_full_coverage tracex_enable_build device_buffer_owner_build device_zero_copy_build nofx_build_coverage optimized_build standalone_device_build_coverage standalone_device_buffer_owner_build standalone_device_zero_copy_build standalone_host_build_coverage standalone_build_coverage generic_build otg_support_build memory_management_build_coverage msrc_rtos_build msrc_standalone_build'
required: false
default: 'default_build_coverage'
default: 'all'
skip_coverage:
required: false
type: boolean
@ -55,7 +55,7 @@ jobs:
uses: azure-rtos/threadx/.github/workflows/regression_template.yml@master
with:
cmake_path: ./test/cmake/usbx
build_script: ./scripts/build.sh default_build_coverage
test_script: ./scripts/test.sh default_build_coverage
build_script: ./scripts/build.sh all
test_script: ./scripts/test.sh all
coverage_name: default_build_coverage
skip_coverage: false