add TestCategory to check()

This commit is contained in:
Gilrain 2025-05-23 16:20:41 +02:00
parent 62d80144cb
commit ba2ae6e5d8
No known key found for this signature in database
GPG key ID: DDA0B85649CD9010

View file

@ -59,7 +59,7 @@ build() {
check() {
cd asf
dotnet test ArchiSteamFarm.Tests $DOTNET_FLAGS
dotnet test ArchiSteamFarm.Tests --filter TestCategory!=Manual $DOTNET_FLAGS
}
package_asf-plugin-steamtokendumper() {