Skip to content

igvm: pad with zero byte instead of zero ascii #120

igvm: pad with zero byte instead of zero ascii

igvm: pad with zero byte instead of zero ascii #120

Workflow file for this run

name: Run tests
on:
push:
branches:
- "main"
- "main-temp"
pull_request:
branches:
- "main"
- "main-temp"
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set Up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install deps
run: |
sudo apt update
sudo apt install acpica-tools
- name: Run pytest
run: |
pushd src
pip install ./
popd
pytest test