Skip to content

Commit 84efe87

Browse files
author
Akash Thota
committed
fix: review comments
1 parent 7fb9709 commit 84efe87

File tree

5 files changed

+2
-139
lines changed

5 files changed

+2
-139
lines changed

.github/workflows/reusable-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ jobs:
462462
path: tests/idl
463463
- cmd: cd tests/lazy-account && anchor test
464464
path: tests/lazy-account
465-
- cmd: cd tests/signature-verification && anchor test --skip-lint
465+
- cmd: cd tests/signature-verification && anchor test
466466
path: tests/signature-verification
467467
steps:
468468
- uses: actions/checkout@v3

lang/src/signature_verifications/ed25519.rs

Lines changed: 0 additions & 57 deletions
This file was deleted.

lang/src/signature_verifications/mod.rs

Lines changed: 0 additions & 16 deletions
This file was deleted.

lang/src/signature_verifications/secp256k1.rs

Lines changed: 0 additions & 64 deletions
This file was deleted.

tests/signature-verification/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "signature-verifications",
2+
"name": "signature-verification",
33
"version": "0.31.1",
44
"license": "(MIT OR Apache-2.0)",
55
"homepage": "https://github.com/coral-xyz/anchor#readme",

0 commit comments

Comments
 (0)