diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2bacc1a..f70b1ae 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -28,7 +28,7 @@ jobs: run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore + run: dotnet build .\test\unit --configuration Release --no-restore - name: Test - run: dotnet test --no-restore --verbosity normal + run: dotnet test .\test\unit --no-restore --verbosity normal