1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

Stop running tests for all features (#73)

This commit is contained in:
Yuki Okushi 2019-12-07 11:54:58 +09:00 committed by Nikolay Kim
parent 6f07c9d72a
commit 5674840c01

View File

@ -55,4 +55,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all --all-features -- --nocapture
args: --all -- --nocapture