Skip to content

Commit

Permalink
Update core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Velka-DEV authored Jan 30, 2023
1 parent ac0d062 commit 10ae5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: dotnet restore src/Migale.Core/Migale.Core.csproj

- name: Build
run: dotnet build src/Migale.Core/Migale.Core.csproj --no-restore
run: dotnet build src/Migale.Core/Migale.Core.csproj -c Release --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal
Expand Down

0 comments on commit 10ae5ae

Please sign in to comment.