mirror of https://github.com/fafhrd91/actix-web
non-verbose ci logging
This commit is contained in:
parent
8cbf604fe2
commit
40c813a00c
|
@ -86,7 +86,7 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: -v --workspace --all-features --no-fail-fast -- --nocapture
|
args: --workspace --all-features --no-fail-fast -- --nocapture
|
||||||
--skip=test_h2_content_length
|
--skip=test_h2_content_length
|
||||||
--skip=test_reading_deflate_encoding_large_random_rustls
|
--skip=test_reading_deflate_encoding_large_random_rustls
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue