-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run unit tests as part of the build (and CI) (#789)
* Run unit tests as part of CI and official runs * update yml * Target => Targets * add RuntimeIdentifiers to Mcp23xxx tests and do not run hardware independent tests on Windows (there is none) * use linux rid instead of ubuntu.18.04-x64 * Try removin RuntimeIdentifiers from Mcp23xxx * do not pass RuntimeIdentifier for hardware independent tests * workaround arcade issue #4107 * remove failing test * differentiate binlog output * Run tests as part of the build * Remove hack causing output to get printed
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<Target Name="Test" /> | ||
</Project> |