Skip to content

Commit bf8978b

Browse files
committed
2 parents 2379c45 + 656d737 commit bf8978b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Pack
1+
name: Build, Test and Pack
22

33
on:
44
push:
@@ -29,6 +29,12 @@ jobs:
2929
with:
3030
dotnet-version: ${{ env.NET_VERSION }}
3131

32+
- name: Build with dotnet
33+
run: dotnet build --configuration Release
34+
35+
- name: Run unit tests
36+
run: dotnet test
37+
3238
- name: Nerdbank.GitVersioning
3339
uses: dotnet/nbgv@v0.4
3440
id: nbgv

0 commit comments

Comments
 (0)