summaryrefslogtreecommitdiff
path: root/Justfile
blob: 940098a11267cb56a1cc23e909ae48f8eb68dab5 (plain)
1
2
3
test-echo:
    cargo build --bin echo
    maelstrom test -w echo --bin target/debug/echo --node-count 1 --time-limit 10