Skip to content

Commit 8936163

Browse files
authored
chore: remove no-std check from CI
1 parent 7723ea5 commit 8936163

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,6 @@ jobs:
4545
- uses: actions/checkout@master
4646
- run: cargo doc --document-private-items --no-deps --workspace --all-features
4747

48-
compile-no-std:
49-
runs-on: ubuntu-latest
50-
steps:
51-
- name: Set up Rust
52-
uses: hecrj/setup-rust-action@v1
53-
with:
54-
targets: 'thumbv6m-none-eabi'
55-
- uses: actions/checkout@master
56-
- run: cargo check --no-default-features --target thumbv6m-none-eabi
57-
5848
test:
5949
strategy:
6050
matrix:

0 commit comments

Comments
 (0)