Skip to content

Commit 313c04a

Browse files
committed
fix yaml not building test project
1 parent fc7f3ae commit 313c04a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Restore dependencies
5353
run: dotnet restore Kaxaml.sln
5454

55+
- name: Build test project
56+
run: dotnet build Kaxaml.Tests/Kaxaml.Tests.csproj -c Debug
57+
5558
- name: Run unit tests
5659
run: dotnet test Kaxaml.Tests/Kaxaml.Tests.csproj --no-build --verbosity normal
5760

0 commit comments

Comments
 (0)