diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97fe6ea..a1e9782 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,8 +25,5 @@ jobs: dotnet-version: | 9.0.x - - name: Build - Release - run: dotnet build -c Release src/Interprocess.sln - - - name: Test - Debug + - name: Build and Test run: dotnet test src/Interprocess.sln \ No newline at end of file