Skip to content

Fix bug where private key is required to add device #198

Fix bug where private key is required to add device

Fix bug where private key is required to add device #198

Workflow file for this run

name: Rust
on:
push:
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
components: rustfmt
- run: cargo fmt -- --check
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cargo build
- run: cargo test
- run: cargo test -- --ignored