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 794e2f9 commit 0578a1eCopy full SHA for 0578a1e
.github/workflows/rust.yml
@@ -20,4 +20,6 @@ jobs:
20
run: cargo build --verbose
21
- name: Run tests
22
run: cargo test --verbose
23
+ - name: Run release tests
24
+ run: cargo test --release --verbose
25
0 commit comments