Skip to content

Commit

Permalink
Justfile cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lseelenbinder committed Sep 17, 2024
1 parent 155c530 commit 5659e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@_default:
just --list --unsorted

# Run cargo check
check:
cargo check

Expand All @@ -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
Expand Down

0 comments on commit 5659e14

Please sign in to comment.