mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-08-01 12:51:30 +00:00
Move benchmark bitrot linter out of nightly lints
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -30,6 +30,13 @@ jobs:
|
|||||||
command: fmt
|
command: fmt
|
||||||
args: --all -- --check --color always
|
args: --all -- --check --color always
|
||||||
|
|
||||||
|
# Build benchmarks to prevent bitrot
|
||||||
|
- name: Build benchmarks
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: build
|
||||||
|
args: --all --benches
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test on ${{ matrix.os }}
|
name: Test on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@@ -110,10 +117,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: doc
|
command: doc
|
||||||
args: --all --document-private-items
|
args: --all --document-private-items
|
||||||
|
|
||||||
# Build benchmarks to prevent bitrot
|
|
||||||
- name: Build benchmarks
|
|
||||||
uses: actions-rs/cargo@v1
|
|
||||||
with:
|
|
||||||
command: build
|
|
||||||
args: --verbose --all --benches
|
|
||||||
|
Reference in New Issue
Block a user