Skip to content

Commit 2d8b6ad

Browse files
committed
more fixes
1 parent 8455bc4 commit 2d8b6ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)