Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 18, 2024
1 parent f04f2e2 commit 5662349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ build_script:
dotnet test src/Verify.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.Xunit.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.Xunit.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.XunitV3.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.XunitV3.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity quiet
# dotnet test src/Verify.XunitV3.Tests --configuration Release --no-build --no-restore --verbosity quiet
# dotnet test src/Verify.XunitV3.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.TUnit.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity quiet
dotnet test src/Verify.TUnit.Tests --configuration Release --no-build --no-restore --verbosity quiet
if ($isWindows) {
Expand Down

0 comments on commit 5662349

Please sign in to comment.