mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-28 02:33:18 +03:00
Cleanup CI
This commit is contained in:
parent
b4cfa64167
commit
cbe65e1c6c
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user