mirror of
https://github.com/archlinux/aur.git
synced 2026-01-30 11:04:05 +01:00
add TestCategory to check()
This commit is contained in:
parent
62d80144cb
commit
ba2ae6e5d8
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue