Skip to content

Commit 45d6dce

Browse files
committed
Update the unit test workflow
1 parent a1b67fe commit 45d6dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919

2020
# Perform unit tests
2121
- name: Perform unit tests
22-
run: dotnet test WhoisClient.NET.Test -l "console;verbosity=normal" -v:q -f net9.0 --nologo
22+
run: dotnet run --project WhoisClient.NET.Test -v:q -f net9.0

0 commit comments

Comments
 (0)