File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : dotnet build TSAPI.sln -c Release
3232
3333 - name : Run tests
34- run : dotnet test --filter "FullyQualifiedName!~TerrariaServerAPI.Tests.TileBenchmarks "
34+ run : dotnet test --filter "FullyQualifiedName!~TerrariaServerAPI.Tests.Benchmarks "
3535
3636 # example task for the release CI
3737 # - name: "Releasing to NuGet: TSAPI"
Original file line number Diff line number Diff line change 2121 - name : Build
2222 run : dotnet build TSAPI.sln --configuration Release --no-restore
2323 - name : Test
24- run : dotnet test --no-build --verbosity normal --configuration Release --filter "FullyQualifiedName!~TerrariaServerAPI.Tests.TileBenchmarks "
24+ run : dotnet test --no-build --verbosity normal --configuration Release --filter "FullyQualifiedName!~TerrariaServerAPI.Tests.Benchmarks "
2525
2626 # Publish
2727 - name : Push TSAPI
You can’t perform that action at this time.
0 commit comments