Skip to content

Commit

Permalink
ci: add new tests to ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Oct 28, 2024
1 parent 5cfceeb commit 3704534
Show file tree
Hide file tree
Showing 5 changed files with 848 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ cargo test --features de_strict_order 'roundtrip::test_hash_map'
cargo test --features de_strict_order 'roundtrip::test_btree_map'
########## features = ["bson"] group
cargo test --features bson,derive 'roundtrip::requires_derive_category::test_bson_object_ids'
########## features = ["serde_json_value"] group
cargo test --features serde_json_value 'roundtrip::test_serde_json_value'
cargo test --features serde_json_value,unstable__schema 'schema::test_serde_json_value'
########## features = ["bytes"] group
cargo test --features bytes,derive 'roundtrip::requires_derive_category::test_ultimate_many_features_combined'

Expand All @@ -44,6 +47,9 @@ cargo test --no-default-features --features ascii,unstable__schema 'schema::test
########## features = ["rc"] group
cargo test --no-default-features --features rc 'roundtrip::test_rc'
cargo test --no-default-features --features rc,unstable__schema 'schema::test_rc'
########## features = ["serde_json_value"] group
cargo test --features serde_json_value 'roundtrip::test_serde_json_value'
cargo test --features serde_json_value,unstable__schema 'schema::test_serde_json_value'
########## features = ["hashbrown"] group
cargo test --no-default-features --features hashbrown
cargo test --no-default-features --features hashbrown,derive
Expand Down
Loading

0 comments on commit 3704534

Please sign in to comment.