We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae37ac commit 97e2d0cCopy full SHA for 97e2d0c
.github/workflows/rust.yml
@@ -25,6 +25,6 @@ jobs:
25
env:
26
RUST_BACKTRACE: full
27
- name: Run tests
28
- run: cargo run --example basic
+ run: cargo test
29
30
0 commit comments