Skip to content

Commit 9701e11

Browse files
authored
Update codeql-analysis.yml
1 parent be49f1e commit 9701e11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
# If this step fails, then you should remove it and run the build manually (see below)
4747
- name: Autobuild
4848
uses: github/codeql-action/autobuild@v1
49+
50+
- name: Test
51+
run: dotnet test --no-build --verbosity normal
4952

5053
# ℹ️ Command-line programs to run using the OS shell.
5154
# 📚 https://git.io/JvXDl

0 commit comments

Comments
 (0)