File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,12 @@ jobs:
108
108
key : " ${{runner.os}} Rust ${{steps.msrv-toolchain.outputs.cachekey}}"
109
109
if : matrix.rust.name == 'MSRV'
110
110
# finally we can run tests
111
- - run : cargo test --lib --locked
112
- - run : cargo test --doc --locked
111
+ - run : cargo test --lib --locked --features 'chrono time serde derive'
112
+ - run : cargo test --doc --locked --features 'chrono time serde derive'
113
113
114
114
# this tests that all integration tests are successful
115
115
integration_tests :
116
- name : Integration Tests (Rust ${{matrix.rust.name}} with ${{matrix.http-backend}} and ${{matrix.time-lib}} )
116
+ name : Integration Tests (Rust ${{matrix.rust.name}} with ${{matrix.http-backend}})
117
117
runs-on : ubuntu-latest
118
118
continue-on-error : ${{matrix.rust.nightly}}
119
119
strategy :
You can’t perform that action at this time.
0 commit comments