VIS-7230 - limit endless loop in LaplacianMeshSmoother; correctly transfer MaxDegreeOfParallelism argument through code tree #160
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull requests routine | |
on: | |
push: | |
branches: | |
- softsmile | |
pull_request: | |
branches: | |
- softsmile | |
jobs: | |
build_geometry3Sharp: | |
name: "Test geometry3sharp" | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v2 | |
- name: Setup dotnet | |
uses: actions/[email protected] | |
with: | |
dotnet-version: 6.0.400 | |
- run: dotnet test ./test/geometry3sharp.Tests.csproj |