mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
ci: cargo test
This commit is contained in:
parent
003d1f3b1d
commit
f7430422c9
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue