We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40dca06 commit c0705b9Copy full SHA for c0705b9
justfile
@@ -10,7 +10,7 @@ fmt-check:
10
cargo +{{toolchain}} fmt --check
11
12
clippy:
13
- cargo clippy --all-features --no-deps -- -D warnings
+ cargo +{{toolchain}} clippy --all-features --no-deps -- -D warnings
14
15
docker-build-pbs:
16
docker build -t commitboost_pbs_default . -f ./provisioning/pbs.Dockerfile
@@ -24,4 +24,4 @@ docker-build-test-modules:
24
docker build -t test_status_api . -f examples/status_api/Dockerfile
25
26
test:
27
- cargo test --all-features
+ cargo test --all-features
0 commit comments