Skip to content

Add proper Debug implementation for bitmap! structs #16

Add proper Debug implementation for bitmap! structs

Add proper Debug implementation for bitmap! structs #16

Workflow file for this run

name: unit tests
on:
push: &trigger_config
branches: ["*"]
paths:
- macros/**
- src/**
- tests/**
- Cargo.toml
- Cargo.lock
- .github/workflows/tests.yml
pull_request:
<<: *trigger_config
jobs:
run-cargo-test:
runs-on: ubuntu-latest
container: ghcr.io/winstonallo/kernel-test-runner
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run crate tests
run: cargo test
- name: Run macro doc-tests
run: cargo test --manifest-path macros/Cargo.toml