Skip to content

Commit

Permalink
CI: print versions of tools from rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
muzarski committed Jun 12, 2024
1 parent 4b1eca9 commit 9b97cde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
run: |
sudo sh -c "echo 2097152 >> /proc/sys/fs/aio-max-nr"
docker compose -f test/cluster/docker-compose.yml up -d --wait
- name: Print rustc version
run: rustc --version
- name: Print rustfmt version
run: cargo fmt --version
- name: Print clippy version
run: cargo clippy --version
- name: Format check
run: cargo fmt --verbose --all -- --check
- name: Clippy check
Expand Down

0 comments on commit 9b97cde

Please sign in to comment.