mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-06-07 11:39:30 +00:00
6 lines
138 B
Bash
6 lines
138 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")/.."
|
|
|
|
cargo test -p fuzz_props generate_seeds -- --nocapture 2>/dev/null || true
|