diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3eb008c..2cc551c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: run: sudo apt-get install -y libchromaprint-tools - name: Test - run: dotnet test --no-build --verbosity normal + run: dotnet test --verbosity normal - name: Build run: dotnet build --no-restore