forked from bit/DotRecastNetSim
feat: dotnet test -c Release
This commit is contained in:
parent
5c1b15bc0e
commit
54604d7f81
|
@ -32,7 +32,7 @@ jobs:
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --configuration Release --no-restore
|
run: dotnet build -c Release --no-restore
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-build --verbosity normal
|
run: dotnet test -c Release --no-build --verbosity normal
|
||||||
|
|
Loading…
Reference in New Issue