Skip to content

Commit

Permalink
force allow warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
divagant-martian committed Jul 26, 2024
1 parent 0812333 commit 2e10dc1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ concurrency:

env:
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings
RUSTFLAGS: "-A warnings
RUSTDOCFLAGS: "-A warnings
MSRV: "1.76"
SCCACHE_CACHE_SIZE: "50G"

Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
with:
arguments: --workspace --all-features
command: check
command-arguments: "-Dwarnings"
command-arguments: ""-A warnings"

netsim-integration-tests:
if: "github.event_name != 'pull_request' || ! contains(github.event.pull_request.labels.*.name, 'flaky-test')"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
RUSTFLAGS: "-A warnings
MSRV: "1.66"
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ concurrency:

env:
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings
RUSTFLAGS: "-A warnings
RUSTDOCFLAGS: "-A warnings
MSRV: "1.76"
SCCACHE_CACHE_SIZE: "50G"
BIN_NAMES: "iroh,iroh-relay,iroh-dns-server"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_relay_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ concurrency:

env:
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings
RUSTFLAGS: "-A warnings
RUSTDOCFLAGS: "-A warnings
MSRV: "1.76"
SCCACHE_CACHE_SIZE: "50G"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ on:

env:
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings
RUSTFLAGS: "-A warnings
RUSTDOCFLAGS: "-A warnings
SCCACHE_CACHE_SIZE: "50G"
CRATES_LIST: "iroh,iroh-blobs,iroh-gossip,iroh-metrics,iroh-net,iroh-net-bench,iroh-docs,iroh-test,iroh-cli,iroh-dns-server"

Expand Down

0 comments on commit 2e10dc1

Please sign in to comment.