Skip to content

Remove load table call twice #10

Remove load table call twice

Remove load table call twice #10

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: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test -- --exact --nocapture