feat: release test

This commit is contained in:
ikpil 2023-09-18 23:11:56 +09:00
parent 8389343ccb
commit 5c1b15bc0e
1 changed files with 4 additions and 4 deletions

View File

@ -27,12 +27,12 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal