Skip to content

Commit

Permalink
fix: use build test instead of unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
BiDuang committed Nov 24, 2023
1 parent 94c81b8 commit 6d80c19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- uses: actions/[email protected]
with:
dotnet-version: ${{ matrix.dotnet_versions }}
- uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Restore packages
run: dotnet restore
- name: Test
run: dotnet test -c Release -f net8.0 --no-restore
run: dotnet restore
- name: Build Test
run: dotnet build -c Release --no-restore

0 comments on commit 6d80c19

Please sign in to comment.