We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7f3ae commit 313c04aCopy full SHA for 313c04a
1 file changed
.github/workflows/release.yaml
@@ -52,6 +52,9 @@ jobs:
52
- name: Restore dependencies
53
run: dotnet restore Kaxaml.sln
54
55
+ - name: Build test project
56
+ run: dotnet build Kaxaml.Tests/Kaxaml.Tests.csproj -c Debug
57
+
58
- name: Run unit tests
59
run: dotnet test Kaxaml.Tests/Kaxaml.Tests.csproj --no-build --verbosity normal
60
0 commit comments