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:
108108 key : " ${{runner.os}} Rust ${{steps.msrv-toolchain.outputs.cachekey}}"
109109 if : matrix.rust.name == 'MSRV'
110110 # 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'
113113
114114 # this tests that all integration tests are successful
115115 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}})
117117 runs-on : ubuntu-latest
118118 continue-on-error : ${{matrix.rust.nightly}}
119119 strategy :
You can’t perform that action at this time.
0 commit comments