Cleanup CI

This commit is contained in:
howardwu 2020-06-27 23:56:31 -07:00
parent b4cfa64167
commit cbe65e1c6c

View File

@ -78,8 +78,6 @@ jobs:
- name: Check examples with all features on stable
uses: actions-rs/cargo@v1
# env:
# CARGO_NET_GIT_FETCH_WITH_CLI: true
with:
command: check
args: --examples --all-features --all
@ -87,8 +85,6 @@ jobs:
- name: Check benchmarks on nightly
uses: actions-rs/cargo@v1
# env:
# CARGO_NET_GIT_FETCH_WITH_CLI: true
with:
command: check
args: --all-features --examples --all --benches
@ -96,8 +92,6 @@ jobs:
- name: Test
uses: actions-rs/cargo@v1
# env:
# CARGO_NET_GIT_FETCH_WITH_CLI: true
with:
command: test
args: --release --all --no-fail-fast