Skip to content
Snippets Groups Projects
Unverified Commit 60c633ee authored by lucazulian's avatar lucazulian
Browse files

ci: fix build phase

parent a00697f2
No related branches found
No related tags found
Loading
......@@ -14,7 +14,7 @@ jobs:
run: rustup target add thumbv7em-none-eabihf
- name: Build
run: cargo build --verbose
run: cargo build --target thumbv7em-none-eabihf --release
- name: Run tests
run: cargo test --verbose
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment