Skip to content

fix: fixed syntax error in `crate::vendor::command::gatt::AccessPermi… #160

fix: fixed syntax error in `crate::vendor::command::gatt::AccessPermi…

fix: fixed syntax error in `crate::vendor::command::gatt::AccessPermi… #160

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
target: thumbv7em-none-eabihf
- run: cargo build --release --target=thumbv7em-none-eabihf
- run: cargo build --features=defmt --release --target=thumbv7em-none-eabihf
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
target: thumbv7em-none-eabihf
- run: cargo test --verbose --all