Enable uds tests for glommio

This commit is contained in:
Nikolay Kim 2022-02-20 21:22:06 +06:00
parent 575e534428
commit abeaec9d64
3 changed files with 5 additions and 3 deletions

View file

@ -80,7 +80,7 @@ jobs:
continue-on-error: true
run: |
cd ntex
sudo -E env PATH="$PATH" bash -c "ulimit -l 512 && ulimit -a && cargo tarpaulin --out Xml --no-default-features --features=\"glommio,cookie,url,compress,openssl,rustls\" --lib"
sudo -E env PATH="$PATH" bash -c "ulimit -l 512 && ulimit -a && cargo tarpaulin --out Xml --no-default-features --features=\"glommio,cookie,url,compress,openssl,rustls\""
- name: Upload to Codecov
if: matrix.version == '1.56.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')