Skip to content

Commit

Permalink
ci: cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-herlemont committed Dec 17, 2023
1 parent c5615ff commit 8a14367
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 @@ -51,7 +51,10 @@ test_bincode_2_rc:
test_postcard_1_0:
@just _tests_crate '--features postcard_1_0'

test_all: test_no_default test_default test_bincode_1_3 test_bincode_2_rc test_postcard_1_0
test_docs:
cargo test --doc --features bincode_2_rc

test_all: test_docs test_no_default test_default test_bincode_1_3 test_bincode_2_rc test_postcard_1_0

bench_overhead:
cargo bench --bench overhead
Expand Down

0 comments on commit 8a14367

Please sign in to comment.