mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-05 14:53:08 +00:00
4 lines
91 B
Bash
4 lines
91 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
echidna-test . --contract FuzzMarketplace --config fuzzing/echidna.yaml
|