diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21b7c81..f1bd874 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,10 +35,10 @@ jobs: with: dotnet-version: '6.0.x' - - name: Build + - name: Build Project run: dotnet build ${{ env.PROJECT_NAME }} -r ${{ matrix.os.runtime }} --self-contained - - name: Test + - name: Test Project run: dotnet test ${{ env.TEST_PROJECT_NAME }} -r ${{ matrix.os.runtime }} --logger "trx;LogFileName=TestResults-${{ matrix.os.name }}.trx" - name: Upload test artifact diff --git a/Moetion/Moetion.csproj b/Moetion/Moetion.csproj index de32bf2..f027bab 100644 --- a/Moetion/Moetion.csproj +++ b/Moetion/Moetion.csproj @@ -13,7 +13,7 @@ Vignette Tracking;Solver Moetion - Pure .NET bindings for MediaPipe + A solver library for tracking solutions. 2022 Vignette https://github.com/vignetteapp/Moetion LICENSE