Skip to content

Commit 7d1f772

Browse files
committed
fixed test github action
1 parent 094facf commit 7d1f772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cargo install cargo-rdme
2222
cargo rdme --check
2323
- name: Run tests
24-
run: cargo test --all-features
24+
run: cargo test --features chrono,uuid,rust_decimal,time
2525

2626
test_examples:
2727
name: Test Examples

0 commit comments

Comments
 (0)