Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
check:
runs-on: ubuntu-latest
env:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
CARGO_BUILD_WARNINGS: deny
Comment thread
coderabbitai[bot] marked this conversation as resolved.
permissions:
contents: read
steps:
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
extra:
runs-on: ubuntu-latest
env:
RUSTFLAGS: -D warnings
CARGO_BUILD_WARNINGS: deny
permissions:
contents: read
steps:
Expand All @@ -63,7 +62,7 @@ jobs:
release-build:
runs-on: ubuntu-latest
env:
RUSTFLAGS: -D warnings
CARGO_BUILD_WARNINGS: deny
permissions:
contents: read
steps:
Expand Down Expand Up @@ -102,6 +101,8 @@ jobs:
run: ./check-msrv.sh -v
windows:
runs-on: windows-latest
env:
CARGO_BUILD_WARNINGS: deny
permissions:
contents: read
steps:
Expand Down
Loading