Skip to content

Commit 76e6633

Browse files
committed
Run unsupported on windows to test
1 parent 5857e25 commit 76e6633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SshCloneTestApp/KeySpec.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ public sealed record KeySpec(
2626
{
2727
new KeySpec("rsa-4096", "rsa", 4096, UsePemFormat: true, SupportedOnWindows: true),
2828
new KeySpec("ecdsa-nistp256", "ecdsa", 256, UsePemFormat: true, SupportedOnWindows: true),
29-
new KeySpec("ed25519", "ed25519", null, UsePemFormat: false, SupportedOnWindows: false),
29+
new KeySpec("ed25519", "ed25519", null, UsePemFormat: false, SupportedOnWindows: true),
3030
};
3131
}

0 commit comments

Comments
 (0)