mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: deny warnings only in lint jobs (#3982)
This commit is contained in:
1
.github/workflows/bench.yml
vendored
1
.github/workflows/bench.yml
vendored
@ -5,7 +5,6 @@ on:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
concurrency:
|
||||
|
||||
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -9,7 +9,6 @@ on:
|
||||
env:
|
||||
REPO_NAME: ${{ github.repository_owner }}/reth
|
||||
IMAGE_NAME: ${{ github.repository_owner }}/reth
|
||||
RUSTFLAGS: -D warnings
|
||||
CARGO_TERM_COLOR: always
|
||||
DOCKER_IMAGE_NAME: ghcr.io/${{ github.repository_owner }}/reth
|
||||
DOCKER_USERNAME: ${{ github.actor }}
|
||||
|
||||
1
.github/workflows/fuzz.yml
vendored
1
.github/workflows/fuzz.yml
vendored
@ -5,7 +5,6 @@ on:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
concurrency:
|
||||
|
||||
1
.github/workflows/hive.yml
vendored
1
.github/workflows/hive.yml
vendored
@ -4,7 +4,6 @@ on:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
concurrency:
|
||||
|
||||
1
.github/workflows/integration.yml
vendored
1
.github/workflows/integration.yml
vendored
@ -5,7 +5,6 @@ on:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
CARGO_TERM_COLOR: always
|
||||
GETH_BUILD: 1.12.0-e501b3b0
|
||||
SEED: rustethereumethereumrust
|
||||
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -10,7 +10,6 @@ on:
|
||||
env:
|
||||
REPO_NAME: ${{ github.repository_owner }}/reth
|
||||
IMAGE_NAME: ${{ github.repository_owner }}/reth
|
||||
RUSTFLAGS: -D warnings
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
jobs:
|
||||
|
||||
1
.github/workflows/unit.yml
vendored
1
.github/workflows/unit.yml
vendored
@ -5,7 +5,6 @@ on:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
CARGO_TERM_COLOR: always
|
||||
SEED: rustethereumethereumrust
|
||||
|
||||
|
||||
Reference in New Issue
Block a user