diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5cb68c9..0a6d087 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,4 +21,4 @@ jobs: with: dotnet-version: 8.0.x - name: Run Tests - run: dotnet test -f ${{ matrix.framework } \ No newline at end of file + run: dotnet test -f ${{ matrix.framework }}