Skip to content

Commit

Permalink
--keep-goin't
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Jun 20, 2024
1 parent 298aaed commit 2c8b77b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ ptime -m bash ./tools/install_builder_prerequisites.sh -y
banner clippy
export CARGO_INCREMENTAL=0
ptime -m cargo xtask clippy
RUSTDOCFLAGS="-Dwarnings" ptime -m cargo doc --workspace --keep-going
RUSTDOCFLAGS="-Dwarnings" ptime -m cargo doc --workspace
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ jobs:
- name: Install Pre-Requisites
run: ./tools/install_builder_prerequisites.sh -y
- name: Test build documentation
run: RUSTDOCFLAGS="-Dwarnings" cargo doc --workspace --keep-going
run: RUSTDOCFLAGS="-Dwarnings" cargo doc --workspace
1 change: 0 additions & 1 deletion dev-tools/xtask/src/clippy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ pub fn run_cmd(args: ClippyArgs) -> Result<()> {
// Make sure we check everything.
.arg("--all-targets")
.arg("--workspace")
.arg("--keep-going")
.arg("--")
// For a list of lints, see
// https://rust-lang.github.io/rust-clippy/master.
Expand Down

0 comments on commit 2c8b77b

Please sign in to comment.