We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34c46a3 + 1c39e91 commit 0ab49b7Copy full SHA for 0ab49b7
1 file changed
.github/workflows/dotnet.yml
@@ -25,5 +25,5 @@ jobs:
25
run: dotnet restore
26
- name: Build
27
run: dotnet build --no-restore
28
-# - name: Test
29
-#-- run: dotnet test --no-build --verbosity normal
+ - name: Test
+ run: dotnet test --no-build --verbosity normal
0 commit comments