Skip to content
Snippets Groups Projects
Unverified Commit 8b5b3a6f authored by zotya0601's avatar zotya0601 Committed by GitHub
Browse files

Added test-running to dotnet.yml

parent e20e555a
No related branches found
No related tags found
No related merge requests found
...@@ -21,3 +21,5 @@ jobs: ...@@ -21,3 +21,5 @@ jobs:
run: dotnet restore run: dotnet restore
- name: Build - name: Build
run: dotnet build --no-restore run: dotnet build --no-restore
- name: Test
run: dotnet test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment