We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3feb5 commit 57787f7Copy full SHA for 57787f7
.github/workflows/tests.yaml
@@ -42,7 +42,13 @@ jobs:
42
./scripts/install_toolchain.ps1 ./examples
43
dotnet restore ./src
44
dotnet build ./src --configuration ${{ env.CONFIGURATION }} --no-restore
45
+
46
dotnet test ./src --no-build --filter 'FullyQualifiedName!~Draco.Examples.Tests'
47
+ if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
48
49
cd ./src/Draco.Examples.Tests
50
51
dotnet test --no-build
52
53
54
cd ../..
0 commit comments