Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenantX committed Dec 28, 2024
1 parent fc4c033 commit 692fadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ assembly_info:
build:
project: LiteNetLib.sln
test_script:
- dotnet test m:1 "LiteNetLib\LiteNetLib.Tests\LiteNetLib.Tests.csproj" --configuration Release --no-build
- dotnet test -m:1 "LiteNetLib\LiteNetLib.Tests\LiteNetLib.Tests.csproj" --configuration Release --no-build
artifacts:
- path: LiteNetLib/bin/Release/net471
name: LiteNetLib-$(appveyor_build_version)
Expand Down

0 comments on commit 692fadd

Please sign in to comment.