You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason to enhance/problem with existing solution
If user compiled the code with explicit target and toolchain on command line: mbed compile -t GCC_ARM -m K64F --tests
and run mbed test afterwards, the default target and toolchain would be used rather than the latest one. This behaviour would not be expected by the user. Suggested enhancement mbed compile -t GCC_ARM -m K64F --tests should set the default toolchain and target