Skip to content

Bump sysinfo from 0.29.3 to 0.29.4 #246

Bump sysinfo from 0.29.3 to 0.29.4

Bump sysinfo from 0.29.3 to 0.29.4 #246

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
name: Test `cargo check/test` on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Setup Rust toolchain
uses: actions-rust-lang/[email protected]
- name: Run test
run: cargo test --verbose