fluidex / circuits

GNU Affero General Public License v3.0
10 stars 5 forks source link

run tests parallelly #59

Closed 0xmountaintop closed 3 years ago

lispc commented 3 years ago
  1. generate input.json / output.json / circuit.circom of all tests using this function https://github.com/Fluidex/circuits/blob/6c6fc441826ee5baa38ae577a485b67d34752534/test/test_all.ts#L40
  2. run test/cli/snarkit.ts test $DIR parallelly. ( how to cache compiled ts? )