Skip to content

fix reading bgdt at incorrect offset for block sizes other than 1k #41

fix reading bgdt at incorrect offset for block sizes other than 1k

fix reading bgdt at incorrect offset for block sizes other than 1k #41

Workflow file for this run

name: Rust
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Run tests
run: cargo test --all --verbose
- name: Run tests (release)
run: cargo test --all --verbose --release