File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 uses : actions-rs/cargo@v1
3434 with :
3535 command : check
36- args : --workspace --benches --bins --examples --tests --features hyperium_http
36+ args : --workspace --all-targets --features hyperium_http
3737
3838 - name : check unstable
3939 uses : actions-rs/cargo@v1
4040 with :
4141 command : check
42- args : --workspace --benches --bins --examples --tests --features "hyperium_http,unstable"
42+ args : --workspace --all-targets --features "hyperium_http,unstable"
4343
4444 - name : tests
4545 uses : actions-rs/cargo@v1
5454 - uses : actions/checkout@master
5555
5656 - name : clippy
57- run : cargo clippy --workspace --benches --bins --examples --tests --features "hyperium_http,unstable" -- -D warnings
57+ run : cargo clippy --workspace --all-targets --features "hyperium_http,unstable" -- -D warnings
5858
5959 - name : fmt
6060 run : cargo fmt --all -- --check
You can’t perform that action at this time.
0 commit comments