We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cbfa8 commit 4756777Copy full SHA for 4756777
CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
### Deprecated
13
14
### Removed
15
+* Unnecessary board changes during unit tests no longer happen
16
17
### Fixed
18
exe/arduino_ci_remote.rb
@@ -236,9 +236,6 @@ def display_files(pathname)
236
inform("Skipping unit tests") { "no platforms were requested" }
237
else
238
config.platforms_to_unittest.each do |p|
239
- board = all_platform_info[p][:board]
240
- assure("Switching to board for #{p} (#{board})") { @arduino_cmd.use_board(board) } unless last_board == board
241
- last_board = board
242
cpp_library.test_files.each do |unittest_path|
243
unittest_name = unittest_path.basename.to_s
244
compilers.each do |gcc_binary|
0 commit comments