Skip to content

Fix dependencies vers and remove build warning #15

Fix dependencies vers and remove build warning

Fix dependencies vers and remove build warning #15

Workflow file for this run

name: dmidecode-rs_ci
on:
workflow_dispatch:
workflow_call:
pull_request:
branches: main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest]
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run dmidecode
run: target/debug/dmidecode
- name: OS version
run: uname -a
- name: Test
run: cargo test -- --exact --nocapture