From 5659e143bb91f5f0e9e7559508bdf3d3a07f97b2 Mon Sep 17 00:00:00 2001 From: Luke Seelenbinder Date: Tue, 17 Sep 2024 19:45:46 +0300 Subject: [PATCH] Justfile cleanup --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index a7d9614..4b1812f 100644 --- a/justfile +++ b/justfile @@ -3,6 +3,7 @@ @_default: just --list --unsorted +# Run cargo check check: cargo check @@ -11,7 +12,6 @@ _add_tools: # Run all tests test: - # These are the same tests that are run on CI. Eventually CI should just call into justfile cargo test --all-targets --all-features cargo test --features http-async cargo test --features mmap-async-tokio