Skip to content

Commit

Permalink
Add fuzz recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Jan 19, 2023
1 parent ed20cfe commit 077d4db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ profile-tests:
| sed -n 's/^test \(.*\) ... ok <\(.*\)s>/\2 \1/p' | sort -n \
| tee test-times.txt

fuzz:
cd fuzz && cargo +nightly fuzz run transaction-builder

open:
open http://localhost

Expand Down

0 comments on commit 077d4db

Please sign in to comment.