xo-api-client 0.1.1

Unofficial crate for accessing Xen Orchestra through its API
Documentation
on: [] #[push, pull_request]

name: Miri

jobs:
  test:
    name: Test
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: actions-rs/toolchain@v1
        with:
          profile: minimal
          toolchain: nightly
          override: true
          components: miri
      - uses: actions-rs/cargo@v1
        with:
          command: miri
          args: test