mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-24 02:42:21 +03:00
Cleanup CI
This commit is contained in:
parent
b4cfa64167
commit
cbe65e1c6c
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@ -73,34 +73,28 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CARGO_NET_GIT_FETCH_WITH_CLI: true
|
CARGO_NET_GIT_FETCH_WITH_CLI: true
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --examples --all
|
args: --examples --all
|
||||||
|
|
||||||
- name: Check examples with all features on stable
|
- name: Check examples with all features on stable
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
# env:
|
|
||||||
# CARGO_NET_GIT_FETCH_WITH_CLI: true
|
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --examples --all-features --all
|
args: --examples --all-features --all
|
||||||
if: matrix.rust == 'stable'
|
if: matrix.rust == 'stable'
|
||||||
|
|
||||||
- name: Check benchmarks on nightly
|
- name: Check benchmarks on nightly
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
# env:
|
|
||||||
# CARGO_NET_GIT_FETCH_WITH_CLI: true
|
|
||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --all-features --examples --all --benches
|
args: --all-features --examples --all --benches
|
||||||
if: matrix.rust == 'nightly'
|
if: matrix.rust == 'nightly'
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
# env:
|
|
||||||
# CARGO_NET_GIT_FETCH_WITH_CLI: true
|
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --release --all --no-fail-fast
|
args: --release --all --no-fail-fast
|
||||||
|
|
||||||
codecov:
|
codecov:
|
||||||
name: Code Coverage
|
name: Code Coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user