summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Justfile b/Justfile
index b324d00..3f7fd2d 100644
--- a/Justfile
+++ b/Justfile
@@ -14,4 +14,8 @@ test-broadcast-multi:
cargo build --bin broadcast
maelstrom test -w broadcast --bin target/debug/broadcast --node-count 5 --time-limit 20 --rate 10
+test-broadcast-fault:
+ cargo build --bin broadcast
+ maelstrom test -w broadcast --bin target/debug/broadcast --node-count 5 --time-limit 20 --rate 10 --nemesis partition
+
test: test-echo test-unique-ids test-broadcast-single test-broadcast-multi \ No newline at end of file