mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-05 23:43:05 +00:00
4 lines
192 B
Bash
4 lines
192 B
Bash
|
|
#!/bin/sh
|
||
|
|
echidna test/EchidnaTest.t.sol --contract EchidnaTest --config echidna.config.yaml
|
||
|
|
echidna test/EchidnaTestRaces.t.sol --contract EchidnaTestRaces --config echidna_races.config.yaml
|