Skip to content

Commit c0705b9

Browse files
committed
Add toolchain version to clippy
1 parent 40dca06 commit c0705b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fmt-check:
1010
cargo +{{toolchain}} fmt --check
1111

1212
clippy:
13-
cargo clippy --all-features --no-deps -- -D warnings
13+
cargo +{{toolchain}} clippy --all-features --no-deps -- -D warnings
1414

1515
docker-build-pbs:
1616
docker build -t commitboost_pbs_default . -f ./provisioning/pbs.Dockerfile
@@ -24,4 +24,4 @@ docker-build-test-modules:
2424
docker build -t test_status_api . -f examples/status_api/Dockerfile
2525

2626
test:
27-
cargo test --all-features
27+
cargo test --all-features

0 commit comments

Comments
 (0)