Skip to content

Commit 82c4492

Browse files
committed
CI: print versions of tools from rust toolchain
1 parent 4b1eca9 commit 82c4492

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
run: |
2727
sudo sh -c "echo 2097152 >> /proc/sys/fs/aio-max-nr"
2828
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
2935
- name: Format check
3036
run: cargo fmt --verbose --all -- --check
3137
- name: Clippy check

0 commit comments

Comments
 (0)