ci: cargo test
This commit is contained in:
committed by
Vincent Herlemont
parent
003d1f3b1d
commit
f7430422c9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user