We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb57594 commit 39acf31Copy full SHA for 39acf31
1 file changed
.github/workflows/dotnet.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Test
47
working-directory: src
48
- run: dotnet test FastClonerCi.slnf --no-build --verbosity normal
+ run: dotnet test --solution FastClonerCi.slnf --no-build --verbosity normal
49
50
- name: Update GitHub status check
51
if: always()
0 commit comments