Add "test:all" task explicitly to all environment instead of using implicit default task.
Motivation and Context
Previously github actions uses default task “test:all” for building and testing in some environments like linux, linux_32 etc. But after the recent change of adding verbosity to the build step, ceedling does not run the default task, rather expecting the task explicitly.
Description
Add "test:all" task explicitly to all environment instead of using implicit default task.
Motivation and Context
Previously github actions uses default task “test:all” for building and testing in some environments like linux, linux_32 etc. But after the recent change of adding verbosity to the build step, ceedling does not run the default task, rather expecting the task explicitly.
This causes github ci not to build and test lightway-core: https://github.com/expressvpn/lightway-core/actions/runs/5995148143/job/16257745272#step:6:2
Also adding task explicitly makes the intention clear, on what are we running.
How Has This Been Tested?
Tested locally with command:
Verified github actions for all environment build lightway core properly
Types of changes
Checklist:
main