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 a5cb9eb commit 7fe5b1eCopy full SHA for 7fe5b1e
.github/workflows/rust.yml
@@ -19,6 +19,6 @@ jobs:
19
- name: Format code
20
run: cargo fmt
21
- name: Build
22
- run: cargo build --verbose
+ run: cargo build --all --all-targets --verbose
23
- name: Run tests
24
run: cargo test --verbose
0 commit comments