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 37f29c4 commit 5dcef56Copy full SHA for 5dcef56
.github/workflows/rust.yml
@@ -29,4 +29,4 @@ jobs:
29
- name: Build
30
run: cargo build --verbose
31
- name: Run build
32
- run: cargo test --verbose
+ run: cargo run --release --bin stm32-bindings-gen
0 commit comments