Skip to content

Commit

Permalink
feat: dotnet test -c Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed Sep 18, 2023
1 parent 1457bf3 commit a7c180e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build -c Release --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test -c Release --no-build --verbosity normal

0 comments on commit a7c180e

Please sign in to comment.