Skip to content

Commit 86ab5f5

Browse files
author
reed
committed
updated build file
1 parent f7aa979 commit 86ab5f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ jobs:
1313
uses: actions/setup-dotnet@v1
1414
with:
1515
dotnet-version: 3.1.100
16-
- name: Build with dotnet
16+
- name: Build
1717
run: dotnet build --configuration Release
18+
19+
- name: Test
20+
run: dotnet test --configuration Release

0 commit comments

Comments
 (0)