Skip to content

Commit 2f3d560

Browse files
committed
WhatIf on PowerShell adapter
1 parent 6ad8702 commit 2f3d560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "*" ]
5+
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
88
paths-ignore:

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ if ($Test) {
518518
(Get-Module -Name Pester -ListAvailable).Path
519519
}
520520

521-
Invoke-Pester -ErrorAction Stop -Output Detailed
521+
Invoke-Pester -ErrorAction Stop
522522
}
523523

524524
function Find-MakeAppx() {

0 commit comments

Comments
 (0)