Skip to content

Commit b08dc82

Browse files
ZackPiercembrubeck
authored andcommitted
Add schema-related CI test coverage
1 parent 388b2ab commit b08dc82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
command: test
3434
args: --no-default-features
3535

36+
- name: Test (schema features subset)
37+
uses: actions-rs/cargo@v1
38+
with:
39+
command: test
40+
args: --features "std,schemars"
41+
3642
- name: Test (all features)
3743
uses: actions-rs/cargo@v1
3844
with:

0 commit comments

Comments
 (0)