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 4b1eca9 commit 82c4492Copy full SHA for 82c4492
.github/workflows/rust.yml
@@ -26,6 +26,12 @@ jobs:
26
run: |
27
sudo sh -c "echo 2097152 >> /proc/sys/fs/aio-max-nr"
28
docker compose -f test/cluster/docker-compose.yml up -d --wait
29
+ - name: Print rustc version
30
+ run: rustc --version
31
+ - name: Print rustfmt version
32
+ run: cargo fmt --version
33
+ - name: Print clippy version
34
+ run: cargo clippy --version
35
- name: Format check
36
run: cargo fmt --verbose --all -- --check
37
- name: Clippy check
0 commit comments