Skip to content

Commit

Permalink
Add test step
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Feb 23, 2020
1 parent fa8c812 commit 520ec37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.100'
- name: Build with dotnet
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test CSPID.Tests

0 comments on commit 520ec37

Please sign in to comment.