Remove --no-build
This commit is contained in:
parent
7177a14cce
commit
69b16ca122
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user