Skip to content

Don't consider 0xFFFF as a sentinel cache size value unless on a new enough spec #28

Don't consider 0xFFFF as a sentinel cache size value unless on a new enough spec

Don't consider 0xFFFF as a sentinel cache size value unless on a new enough spec #28

Workflow file for this run

name: smbioslib_ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types: [ labeled ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
if: ${{ github.event.label.name == 'Ready for Review' }} || github.event_name == 'push'
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose