We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094facf commit 7d1f772Copy full SHA for 7d1f772
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
cargo install cargo-rdme
22
cargo rdme --check
23
- name: Run tests
24
- run: cargo test --all-features
+ run: cargo test --features chrono,uuid,rust_decimal,time
25
26
test_examples:
27
name: Test Examples
0 commit comments