We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b67fe commit 45d6dceCopy full SHA for 45d6dce
.github/workflows/unit-tests.yml
@@ -19,4 +19,4 @@ jobs:
19
20
# Perform unit tests
21
- name: Perform unit tests
22
- run: dotnet test WhoisClient.NET.Test -l "console;verbosity=normal" -v:q -f net9.0 --nologo
+ run: dotnet run --project WhoisClient.NET.Test -v:q -f net9.0
0 commit comments