diff --git a/justfile b/justfile index bb546e1..f30199e 100644 --- a/justfile +++ b/justfile @@ -3,6 +3,9 @@ run: --release \ --features bevy/dynamic_linking +test: + cargo nextest run + remote: cargo run \ --release \ @@ -27,4 +30,4 @@ flamelens: cargo flamegraph \ --profile profiling \ --post-process 'flamelens --echo' \ - --root \ No newline at end of file + --root