Skip to content

Commit 52bb73d

Browse files
[CI - RS] install fmt dependency & emoji for rust it workflow's name
1 parent 3a3b324 commit 52bb73d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI-testing-method-rs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Tests on Implementation in Rust
1+
name: Run Tests on Implementation in Rust 🦀
22

33
on:
44
push:
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
chmod +x setup-py.sh
2626
sudo ./setup-py.sh
27+
rustup component add rustfmt
2728
2829
- name: ✅ Run tests
2930
working-directory: ./method-rs
@@ -41,6 +42,7 @@ jobs:
4142
run: |
4243
mkdir -p upload/tests-out
4344
cp ./method-rs/tests_results.txt upload || echo "ERROR"
45+
cp ./method-rs/coding_style.txt upload || echo "No file for coding style errors"
4446
cp -r tests-out/method-rs/* upload/tests-out || echo "ERROR"
4547
cp -r images/ upload || echo "ERROR"
4648

0 commit comments

Comments
 (0)