Skip to content

Commit

Permalink
[spec] set .NET 8 tests only for linux #2
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Feb 18, 2025
1 parent e0a586a commit bb1a2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: dotnet build ${{ matrix.solution }} --no-restore -c Release

- name: Perform Unit Testing
run: dotnet test ${{ matrix.solution }} --no-build -c Release --filter "TestCategory != Integration & TestCategory != ${{ matrix.tests-exclude-category }}" --verbosity normal
run: dotnet test ${{ matrix.solution }} --no-build -c Release --framework ${{ matrix.test-framework }} --filter "TestCategory != Integration & TestCategory != ${{ matrix.tests-exclude-category }}" --verbosity normal

- name: Create Packages
run: dotnet pack ${{ matrix.solution }} --no-build -c Release -o ./publish
Expand Down

0 comments on commit bb1a2b3

Please sign in to comment.