mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-03-31 11:27:38 +03:00
Ignore async-std tests
This commit is contained in:
parent
5866014e75
commit
d2d5dd0b91
2 changed files with 1 additions and 13 deletions
13
.github/workflows/linux.yml
vendored
13
.github/workflows/linux.yml
vendored
|
@ -63,12 +63,6 @@ jobs:
|
|||
cd ntex
|
||||
cargo test --no-default-features --no-fail-fast --features="async-std,cookie,url,compress,openssl,rustls" --lib -- --test-threads 1
|
||||
|
||||
- name: Run glommio tests
|
||||
timeout-minutes: 40
|
||||
run: |
|
||||
cd ntex
|
||||
sudo -E env PATH="$PATH" bash -c "ulimit -l 512 && ulimit -a && cargo test --no-default-features --no-fail-fast --features=\"glommio,cookie,url,compress,openssl,rustls\""
|
||||
|
||||
- name: Install tarpaulin
|
||||
if: matrix.version == '1.56.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
|
||||
continue-on-error: true
|
||||
|
@ -81,13 +75,6 @@ jobs:
|
|||
run: |
|
||||
cargo tarpaulin --out Xml --all --all-features
|
||||
|
||||
- name: Generate coverage report (async-std)
|
||||
if: matrix.version == '1.56.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
|
||||
continue-on-error: true
|
||||
run: |
|
||||
cd ntex
|
||||
cargo tarpaulin --out Xml --output-dir=.. --no-default-features --features="async-std,cookie,url,compress,openssl,rustls" --lib
|
||||
|
||||
- name: Generate coverage report (glommio)
|
||||
if: matrix.version == '1.56.0' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
|
||||
continue-on-error: true
|
||||
|
|
|
@ -4,3 +4,4 @@ ignore: # ignore codecoverage on following paths
|
|||
- "**/examples"
|
||||
- "ntex-macros"
|
||||
- "ntex-rt-macros"
|
||||
- "ntex-async-std"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue