Run all unit tests on push, not just the primary ones
All checks were successful
Build / Build (push) Successful in 49s

This commit is contained in:
Deukhoofd 2025-05-17 18:49:05 +02:00
parent 169b954995
commit f70b6dedf5
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F

View File

@ -7,7 +7,7 @@
"command": "dotnet",
"args": [
"test",
"PkmnLib.Tests/PkmnLib.Tests.csproj",
"PkmnLib.NET.sln",
"--verbosity",
"minimal"
]