We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07debcc commit 97293bfCopy full SHA for 97293bf
.github/workflows/rust.yml
@@ -10,4 +10,4 @@ jobs:
10
- name: Build
11
run: cargo build --verbose
12
- name: Run tests
13
- run: cargo test --verbose
+ run: cargo test --verbose --tests
0 commit comments