We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba5b28 commit 22041e5Copy full SHA for 22041e5
1 file changed
.github/workflows/ci.yml
@@ -25,6 +25,8 @@ jobs:
25
26
- name: Rust Check
27
run: rustup --version
28
+
29
+ - name: Cargo Check
30
run: cargo --version
31
32
- name: Build project
0 commit comments