We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48f874 commit 0291081Copy full SHA for 0291081
1 file changed
.github/workflows/build-and-release.yml
@@ -55,7 +55,7 @@ jobs:
55
else
56
FILTER='TestCategory!=OpenBugs & TestCategory!=WindowsOnly'
57
fi
58
- dotnet test test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
+ dotnet test --project test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
59
--configuration Release --no-build --framework net10.0 \
60
--filter "$FILTER" --logger trx
61
0 commit comments