mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Make sure tests run for PR builds
This commit is contained in:
parent
d6bfecb63f
commit
8011a39837
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ partial class Build : NukeBuild
|
|||
|
||||
// ReSharper disable once UnusedMember.Local
|
||||
Target AppVeyorBuild => _ => _
|
||||
.DependsOn(Zip, Native, Publish)
|
||||
.DependsOn(Zip, Native, Test, Publish)
|
||||
.Unlisted()
|
||||
.Executes(PrintResults);
|
||||
|
||||
|
|
Loading…
Reference in a new issue