Skip to content

Commit 822fd85

Browse files
committed
exclude quic test in macOS
1 parent c7e67cd commit 822fd85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
run: dotnet build -c Release
4343
- name: Build Samples
4444
run: dotnet build -c Release samples/samples.sln
45-
- name: Test
45+
- name: Test - Not macOS
4646
if: runner.os != 'macOS'
4747
run: |
4848
cd test/SuperSocket.Tests
4949
dotnet test
50-
- name: Test
50+
- name: Test - macOS
5151
if: runner.os == 'macOS'
5252
run: |
5353
cd test/SuperSocket.Tests
54-
dotnet test --filter Category!=QUIC
54+
dotnet test --filter FullyQualifiedName!~QuicHostConfigurator

0 commit comments

Comments
 (0)