sysinfo-report 1.1.2

gathers some basic system info and generates a serializable report.
Documentation
on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main
name: test
env:
  CARGO_TERM_COLOR: always
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
      - uses: Swatinem/rust-cache@v1
      - uses: actions-rs/cargo@v1
        with:
          command: test