Skip to content

Commit

Permalink
check.sh: run via pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 2, 2024
1 parent ab4f29e commit b5b2d74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ export RUSTFLAGS="--deny warnings"
# https://github.com/ericseppanen/cargo-cranky/issues/8
export RUSTDOCFLAGS="--deny warnings --deny rustdoc::missing_crate_level_docs"

export RERUN_WERROR=ON

# Fast things first:
typos
cargo fmt --all -- --check
./scripts/lint.py
pixi run lint-rerun
./scripts/ci/cargo_deny.sh
RERUN_WERROR=ON pixi run cpp-test
pixi run cpp-test
just py-lint

cargo check --all-targets --all-features
Expand Down

0 comments on commit b5b2d74

Please sign in to comment.