We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbd5ce commit f6cd4c4Copy full SHA for f6cd4c4
.github/workflows/TestCommit.yml
@@ -26,4 +26,4 @@ jobs:
26
run: dotnet build --configuration Debug --no-restore
27
28
- name: Test
29
- run: dotnet test ./tests/SharpGLTF.Ext.3DTiles.Tests/SharpGLTF.Ext.3DTiles.Tests.csproj --no-build --verbosity normal
+ run: dotnet test ./tests/SharpGLTF.Ext.3DTiles.Tests/SharpGLTF.Ext.3DTiles.Tests.csproj --no-build --verbosity diagnostic
0 commit comments