Skip to content

Commit 39cea12

Browse files
committed
chore(gh): let tests build sln
1 parent 77f071f commit 39cea12

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ jobs:
1717
dotnet-version: 9.0.x
1818
- name: Restore dependencies
1919
run: dotnet restore
20-
- name: Build
21-
run: dotnet build --no-restore
2220
- name: Test
23-
run: dotnet test --no-build --verbosity normal
21+
run: dotnet test --verbosity normal
2422
env:
2523
IGDB_CLIENT_ID: ${{ secrets.IGDB_CLIENT_ID }}
2624
IGDB_CLIENT_SECRET: ${{ secrets.IGDB_CLIENT_SECRET }}

0 commit comments

Comments
 (0)