From f70b6dedf57f45ffbb38453fda04690dd1083ee2 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 17 May 2025 18:49:05 +0200 Subject: [PATCH] Run all unit tests on push, not just the primary ones --- .husky/task-runner.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/task-runner.json b/.husky/task-runner.json index c3c2380..119b9b2 100644 --- a/.husky/task-runner.json +++ b/.husky/task-runner.json @@ -7,7 +7,7 @@ "command": "dotnet", "args": [ "test", - "PkmnLib.Tests/PkmnLib.Tests.csproj", + "PkmnLib.NET.sln", "--verbosity", "minimal" ]