Skip to content

Commit bb1a2b3

Browse files
committed
[spec] set .NET 8 tests only for linux #2
1 parent e0a586a commit bb1a2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: dotnet build ${{ matrix.solution }} --no-restore -c Release
4040

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

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

0 commit comments

Comments
 (0)