mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-02-12 16:38:16 +00:00
4 lines
91 B
Bash
4 lines
91 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
echidna-test . --contract FuzzMarketplace --config fuzzing/echidna.yaml
|