Skip to content

Commit 626dddb

Browse files
committed
add ci step to test with --all-features
1 parent 0ffbcad commit 626dddb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ jobs:
1919

2020
- name: Test Rust
2121
run: cargo test
22+
23+
- name: Test Rust with serde feature
24+
run: cargo test --all-features

0 commit comments

Comments
 (0)