Remove --no-build

This commit is contained in:
ConfusedPolarBear 2022-06-10 16:31:51 -05:00
parent 7177a14cce
commit 69b16ca122

View File

@ -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