Stop running tests for all features

This commit is contained in:
Yuki Okushi 2019-12-06 16:01:59 +09:00
parent 6f07c9d72a
commit f970efed10
1 changed files with 1 additions and 1 deletions

View File

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