Skip to content

Commit

Permalink
fixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger committed Nov 16, 2023
1 parent 48a7a5f commit 61bc732
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ set shell := ["bash", "-uc"]

check:
@echo "RUSTUP_TOOLCHAIN is ${RUSTUP_TOOLCHAIN:-not set}"
cargo check --features axum --tests
cargo check --features poem-openapi --tests
cargo check --tests

fmt:
@echo "RUSTUP_TOOLCHAIN is ${RUSTUP_TOOLCHAIN:-not set}"
Expand All @@ -15,11 +14,11 @@ fmt-check:

lint:
@echo "RUSTUP_TOOLCHAIN is ${RUSTUP_TOOLCHAIN:-not set}"
cargo clippy --all-features --no-deps -- -D warnings
cargo clippy --no-deps -- -D warnings

test:
@echo "RUSTUP_TOOLCHAIN is ${RUSTUP_TOOLCHAIN:-not set}"
cargo test --all-features
cargo test

fix:
@echo "RUSTUP_TOOLCHAIN is ${RUSTUP_TOOLCHAIN:-not set}"
Expand Down

0 comments on commit 61bc732

Please sign in to comment.