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

ci: remove targets

parent 1cd6224e
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@ jobs:
with:
use-cross: true
command: build
args: --verbose --release --target thumbv7em-none-eabihf --features rt,unproven,stm32l432
args: --verbose --release --target thumbv7em-none-eabihf
- name: test
uses: actions-rs/cargo@v1
with:
command: test
args: --lib --target x86_64-unknown-linux-gnu --features rt,unproven,stm32l432
\ No newline at end of file
args: --lib --target thumbv7em-none-eabihf
\ 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