From 69b16ca1229c6b0d3225dfa4d3cc6426c6fdf086 Mon Sep 17 00:00:00 2001 From: ConfusedPolarBear <33811686+ConfusedPolarBear@users.noreply.github.com> Date: Fri, 10 Jun 2022 16:31:51 -0500 Subject: [PATCH] Remove --no-build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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