feat: add direct devices TLS support; refactoring (#64)
* feat: massive internal refactoring * feat: fix doc + add 'doc' github action * feat: improve code; add TLS --------- Co-authored-by: LIAUD Corentin <corentinliaud26@gmail.com>
This commit is contained in:
8
.github/workflows/rust-quality.yml
vendored
8
.github/workflows/rust-quality.yml
vendored
@@ -23,6 +23,14 @@ jobs:
|
||||
- name: Run formatter
|
||||
run : cargo fmt --all --check
|
||||
|
||||
doc:
|
||||
name: "doc"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run doc
|
||||
run : cargo doc --all-features --keep-going
|
||||
|
||||
tests:
|
||||
name: "tests"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user