Refactor ntex::time (#68)

* move time to util crate

* update changes
This commit is contained in:
Nikolay Kim 2021-12-10 18:20:16 +06:00 committed by GitHub
parent 42296e9239
commit 2188d92725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 160 additions and 81 deletions

View file

@ -66,7 +66,7 @@ jobs:
if: matrix.version == '1.53.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
continue-on-error: true
run: |
cargo tarpaulin --out Xml --all --all-features -- --skip time::
cargo tarpaulin --out Xml --all --all-features
- name: Upload to Codecov
if: matrix.version == '1.53.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')