Skip to content

Commit 9b734db

Browse files
try again
1 parent fd4b1bd commit 9b734db

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
run: sudo -E bash scripts/install-libpcap.sh
2323
- name: Install tap
2424
run: sudo -E bash scripts/install-tap.sh
25-
- name: Install .NET SDK Workloads
26-
run: dotnet workload install microsoft-net-sdk-windowsdesktop # for Winforms Example
2725
- name: Build sharppcap assembly
2826
run: dotnet build SharpPcap/SharpPcap.csproj
2927
- name: Test

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77

88
TEST_ARGS=("$@")
99

10-
TEST_ARGS+=( -p:CollectCoverage=true )
10+
# TEST_ARGS+=( -p:CollectCoverage=false )
1111
TEST_ARGS+=( --blame-crash )
1212

1313
# select logger based on CI server

0 commit comments

Comments
 (0)