Skip to content

Commit

Permalink
Add test recipe to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiew committed Jan 2, 2025
1 parent 32c5339 commit 6e79553
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ run:
--release \
--features bevy/dynamic_linking

test:
cargo nextest run

remote:
cargo run \
--release \
Expand All @@ -27,4 +30,4 @@ flamelens:
cargo flamegraph \
--profile profiling \
--post-process 'flamelens --echo' \
--root
--root

0 comments on commit 6e79553

Please sign in to comment.