Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
komunre authored Feb 22, 2021
1 parent 32deaf3 commit 91350b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
- name: Speed
run: |
dotnet test --no-build --verbosity normal --filter SpeedTest1
dotnet test --no-build --verbosity normal --filter SpeedTest2
- name: other
run: dotnet test --no-build --verbosity normal

0 comments on commit 91350b5

Please sign in to comment.