Skip to content

Commit

Permalink
nit: test ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Oct 6, 2023
1 parent c97036d commit 977b6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constantine.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ const testDesc: seq[tuple[path: string, useGMP: bool]] = @[
("tests/t_ethereum_bls_signatures.nim", false),
("tests/t_ethereum_eip2333_bls12381_key_derivation.nim", false),
("tests/t_ethereum_eip4844_deneb_kzg.nim", false),
("tests/t_ethereum_verkle_primitives.nim", false),
("tests/t_ethereum_eip4844_deneb_kzg_parallel.nim", false),
("tests/t_ethereum_verkle_primitives.nim", false),
]

const testDescNvidia: seq[string] = @[
Expand Down

0 comments on commit 977b6ee

Please sign in to comment.