We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3b324 commit 52bb73dCopy full SHA for 52bb73d
.github/workflows/CI-testing-method-rs.yml
@@ -1,4 +1,4 @@
1
-name: Run Tests on Implementation in Rust
+name: Run Tests on Implementation in Rust 🦀
2
3
on:
4
push:
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
chmod +x setup-py.sh
26
sudo ./setup-py.sh
27
+ rustup component add rustfmt
28
29
- name: ✅ Run tests
30
working-directory: ./method-rs
@@ -41,6 +42,7 @@ jobs:
41
42
43
mkdir -p upload/tests-out
44
cp ./method-rs/tests_results.txt upload || echo "ERROR"
45
+ cp ./method-rs/coding_style.txt upload || echo "No file for coding style errors"
46
cp -r tests-out/method-rs/* upload/tests-out || echo "ERROR"
47
cp -r images/ upload || echo "ERROR"
48
0 commit comments