You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Justfile
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,22 @@ clean-rust:
62
62
63
63
# Note: most testing recipes take an optional "features" comma separated list argument. If provided, these will be passed to cargo as **THE ONLY FEATURES**, i.e. default features will be disabled.
64
64
65
+
# convenience recipe to run all tests with the given target and features (similar to CI)
0 commit comments