Skip to content

Commit

Permalink
Build in debug as well, you idiot!
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Nov 11, 2024
1 parent 3c1973b commit a01169c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
${{ runner.os }}-nuget-
- name: Build
run: dotnet build -c Release
run: dotnet build -c Debug

- name: Run ${{ matrix.category }} tests
run: dotnet test -c Debug --no-build --filter "TestCategory=${{ matrix.category }}" -v normal --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"
Expand Down

0 comments on commit a01169c

Please sign in to comment.