|
@@ -43,10 +43,6 @@ jobs:
|
|
- run: cargo test
|
|
- run: cargo test
|
|
- name: cargo build no_std
|
|
- name: cargo build no_std
|
|
run: cargo build --target thumbv7m-none-eabi --no-default-features
|
|
run: cargo build --target thumbv7m-none-eabi --no-default-features
|
|
- - name: cargo clippy
|
|
|
|
- uses: actions-rs/clippy-check@v1
|
|
|
|
- with:
|
|
|
|
- token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
- args: --all-features
|
|
|
|
|
|
+ - run: cargo clippy --all-features
|
|
- name: Ensure README.md is updated
|
|
- name: Ensure README.md is updated
|
|
run: '[ "$(< README.md)" = "$(cargo readme)" ]'
|
|
run: '[ "$(< README.md)" = "$(cargo readme)" ]'
|