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 7604f78 commit b49a64bCopy full SHA for b49a64b
.github/workflows/rust.yml
@@ -21,4 +21,4 @@ jobs:
21
- name: Run tests
22
run: cargo +nightly test --verbose
23
- name: Build examples
24
- run: cd examples && cargo +nightly build --all --verbose
+ run: cd examples && cargo +nightly build --all-targets --verbose
0 commit comments