mirror of https://github.com/fafhrd91/actix-web
temp verbose logging
This commit is contained in:
parent
48453d1546
commit
ba55184a78
|
@ -72,7 +72,7 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --workspace --all-features --no-fail-fast -- --nocapture
|
args: -v --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