Skip to content

Commit

Permalink
trying to fix gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Oct 9, 2024
1 parent 5c6bdce commit 8f23041
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Skip ed448 which does not support it.
strategy:
matrix:
crate: [ristretto255, ed25519, p256, secp256k1, rerandomized]
crate: [ristretto255, ed25519, p256, secp256k1-evm, rerandomized]
steps:
- uses: actions/[email protected]
- uses: dtolnay/rust-toolchain@master
Expand Down
3 changes: 0 additions & 3 deletions frost-secp256k1-evm/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,19 +293,16 @@ lazy_static! {
}

#[test]
#[ignore]
fn check_sign_with_test_vectors() {
frost_core::tests::vectors::check_sign_with_test_vectors::<Secp256K1Keccak256>(&VECTORS);
}

#[test]
#[ignore]
fn check_sign_with_test_vectors_dkg() {
frost_core::tests::vectors_dkg::check_dkg_keygen::<Secp256K1Keccak256>(&VECTORS_DKG);
}

#[test]
#[ignore]
fn check_sign_with_test_vectors_with_big_identifiers() {
frost_core::tests::vectors::check_sign_with_test_vectors::<Secp256K1Keccak256>(
&VECTORS_BIG_IDENTIFIER,
Expand Down

0 comments on commit 8f23041

Please sign in to comment.