Skip to content

Commit 74d8118

Browse files
committed
Update appveyor.yml
1 parent 06dc96d commit 74d8118

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ build_script:
4141
dotnet test src/Verify.Tests --configuration Release --no-build --no-restore --verbosity quiet
4242
dotnet test src/Verify.Xunit.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity quiet
4343
dotnet test src/Verify.Xunit.Tests --configuration Release --no-build --no-restore --verbosity quiet
44-
#TODO: re enable when updating XunitV3
45-
#dotnet test src/Verify.XunitV3.Tests --configuration Release --no-build --no-restore --verbosity quiet
46-
#dotnet test src/Verify.XunitV3.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity quiet
44+
dotnet test src/Verify.XunitV3.Tests --configuration Release --no-build --no-restore --verbosity quiet
45+
dotnet test src/Verify.XunitV3.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity quiet
4746
dotnet test src/Verify.TUnit.DerivePaths.Tests --configuration Release --no-build --no-restore --verbosity quiet
4847
dotnet test src/Verify.TUnit.Tests --configuration Release --no-build --no-restore --verbosity quiet
4948
if ($isWindows) {

0 commit comments

Comments
 (0)