Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into change_license_mit
Browse files Browse the repository at this point in the history
  • Loading branch information
kayoub5 committed Jan 3, 2024
2 parents 107f46f + 4dfdd42 commit eeaf377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Install .net dependencies
Expand Down
1 change: 1 addition & 0 deletions Test/Tunneling/TunnelDeviceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void TestArpTunnel()
/// Test injection of packets from and to OS
/// </summary>
[Test]
[Retry(3)]
public void TestUdpTunnel()
{
var nic = TunnelDevice.GetTunnelInterfaces().First();
Expand Down

0 comments on commit eeaf377

Please sign in to comment.