Skip to content

Commit c810d30

Browse files
committed
only run tests about quic in linux
1 parent 822fd85 commit c810d30

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 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 - Not macOS
46-
if: runner.os != 'macOS'
45+
- name: Test - Linux
46+
if: runner.os == 'Linux'
4747
run: |
4848
cd test/SuperSocket.Tests
4949
dotnet test
50-
- name: Test - macOS
51-
if: runner.os == 'macOS'
50+
- name: Test - NoLinux
51+
if: runner.os != 'Linux'
5252
run: |
5353
cd test/SuperSocket.Tests
5454
dotnet test --filter FullyQualifiedName!~QuicHostConfigurator

0 commit comments

Comments
 (0)