Skip to content

Commit 5dcef56

Browse files
authored
fix build test command
1 parent 37f29c4 commit 5dcef56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Build
3030
run: cargo build --verbose
3131
- name: Run build
32-
run: cargo test --verbose
32+
run: cargo run --release --bin stm32-bindings-gen

0 commit comments

Comments
 (0)