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 70c7d7e commit fdde705Copy full SHA for fdde705
.github/workflows/unittests_legacy.yml
@@ -32,4 +32,4 @@ jobs:
32
run: dotnet build --no-restore --configuration Release
33
34
- name: Test
35
- run: dotnet test **./HashifyNet.UnitTests/HashifyNet.UnitTests.Legacy.csproj** --no-build --verbosity normal --configuration Release
+ run: dotnet test ./HashifyNet.UnitTests/HashifyNet.UnitTests.Legacy.csproj --no-build --verbosity normal --configuration Release
0 commit comments